FSCTL_GET_REGISTRY_INFO (Windows CE 5.0)

Send Feedback

This IOCTL 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

OS Versions: Windows CE 5.0 and later.
Header: Fsioctl.h

See Also

CE_REGISTRY_INFO | DeviceIoControl | GetLastError

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.