データ構造 | |
| struct | _REGBINARYDATA |
| Binary data of some kind [詳細] | |
| struct | _REGMULTISZDATA |
| array of strings [詳細] | |
| union | _REGVALUEDATA |
型定義 | |
| typedef char * | REG_SZ_DATA |
| Null terminated string | |
| typedef char * | REG_EXPAND_SZ_DATA |
| Null terminated string with windows environment variables that should be expanded | |
| typedef _REGBINARYDATA | REG_BINARY_DATA |
| Binary data of some kind | |
| typedef uint32 | REG_DWORD_DATA |
| 32-bit (little endian) number | |
| typedef uint32 | REG_DWORD_BE_DATA |
| 32-bit big endian number | |
| typedef _REGMULTISZDATA | REG_MULTI_SZ_DATA |
| array of strings | |
| typedef _REGVALUEDATA | REG_VALUE_DATA |
| typedef char* REG_SZ_DATA |
| typedef char* REG_EXPAND_SZ_DATA |
Null terminated string with windows environment variables that should be expanded
libmsrpc.h の 138 行で定義されています。
| typedef struct _REGBINARYDATA REG_BINARY_DATA |
Binary data of some kind
| typedef uint32 REG_DWORD_DATA |
| typedef uint32 REG_DWORD_BE_DATA |
| typedef struct _REGMULTISZDATA REG_MULTI_SZ_DATA |
array of strings
| typedef union _REGVALUEDATA REG_VALUE_DATA |
1.4.7