FSCTL_GET_REGISTRY_INFO
A version of this page is also available for
4/8/2010
This I/O control obtains information about a registry key.
Parameters
- sprout
Set to NULL.
- dwIoControlCode
[in] Set to FSCTL_GET_REGISTRY_INFO.
- lpInBuf
[in] Pointer to an HKEY value.
- nInBufSize
[in] Size of the HKEY value.
- lpOutBuf
[in, out] Pointer to a CE_REGISTRY_INFO structure.
- nOutBufSize
[in] Size of the CE_REGISTRY_INFO structure.
- lpBytesReturned
Not used.
- lpOverlapped
Not used.
Return Values
If the operation succeeds, DeviceIoControl** returns a nonzero value. **
If the operation fails, DeviceIoControl returns zero. For extended error information, call GetLastError.
Requirements
Header | fsioctl.h |
Windows Embedded CE | Windows CE 5.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |