Jump to content

REG_RESOURCE_REQUIREMENTS_LIST Registry Data Type


Recommended Posts


@ Igor:

Isn't this what you're looking for? Got it from gosh's site (from the link you posted).

; REG_SZ = 0x00000000 (or 0)

; REG_BINARY = 0x00000001 (or 1)

; Reg_SZ_NOCLOBBER = 0x00000002 (or 2)

; REG_BINARY_NOCLOBBER = 0x00000003 (or 3)

; REG_MULTI_SZ_APPEND = 0x0001000A

; REG_MULTI_SZ = 0x00010000

; REG_DWORD = 0x00010001

; REG_MULTI_SZ_NOCLOBBER = 0x00010002

; REG_DWORD_NOCLOBBER = 0x00010003

; REG_MULTI_SZ_DELVAL = 0x00010006

; REG_ADDREG_APPEND = 0x00010008

; REG_EXPAND_SZ = 0x00020000

; REG_EXPAND_SZ_NOCLOBBER = 0x00020002

Link to comment
Share on other sites

@ Igor:

Isn't this what you're looking for? Got it from gosh's site (from the link you posted).

; REG_SZ = 0x00000000 (or 0)

; REG_BINARY = 0x00000001 (or 1)

; Reg_SZ_NOCLOBBER = 0x00000002 (or 2)

; REG_BINARY_NOCLOBBER = 0x00000003 (or 3)

; REG_MULTI_SZ_APPEND = 0x0001000A

; REG_MULTI_SZ = 0x00010000

; REG_DWORD = 0x00010001

; REG_MULTI_SZ_NOCLOBBER = 0x00010002

; REG_DWORD_NOCLOBBER = 0x00010003

; REG_MULTI_SZ_DELVAL = 0x00010006

; REG_ADDREG_APPEND = 0x00010008

; REG_EXPAND_SZ = 0x00020000

; REG_EXPAND_SZ_NOCLOBBER = 0x00020002

I have already answer to you. There is no reference to REG_RESOURCE_REQUIREMENTS_LIST. The Gosh list is incomplete!

Link to comment
Share on other sites

does this help  http://www.mdgx.com/reg.htm

if not i really couldn't understand what u're looking for?

could u explain a little more

Simply I want to import this data type into registry with an .inf file

With a .reg file I import this with:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\MyKey]

"My Value"=hex(a):a8,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,01,00,01,00,04,00,00,00,01,\

80,03,00,00,00,00,00,01,00,00,00,5c,00,56,00,45,00,4e,00,5f,00,31,00,30,00,\

44,00,45,00,26,00,01,01,01,80,11,00,00,00,08,00,00,00,01,00,00,00,70,01,00,\

00,00,00,00,00,77,01,00,00,00,00,00,00,01,01,01,80,11,00,00,00,01,00,00,00,\

01,00,00,00,76,03,00,00,00,00,00,00,76,03,00,00,00,00,00,00,01,02,01,80,01,\

00,00,00,0f,00,00,00,0f,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...