OALIoCtlHalInitRegistry (Windows Embedded CE 6.0)
1/5/2010
This function implements the IOCTL_HAL_INITREGISTRY handler. OALIoCtlHalInitRegistry signals that the registry is active and that data from the OAL can now be propagated to the registry. It is called before other applications are started, so the OAL can modify registry settings used by all applications.
Syntax
BOOL OALIoCtlHalInitRegistry(
UINT32 dwIoControlCode,
VOID* lpInBuf,
UINT32 nInBufSize,
VOID* lpOutBuf,
UINT32 nOutBufSize,
UINT32* lpBytesReturned
);
Parameters
- dwIoControlCode
[in] Set to IOCTL_HAL_INITREGISTRY.
- lpInBuf
[in]Set to NULL.
- nInBufSize
[in] Set to 0.
- lpOutBuf
[in] Set to NULL
- nOutBufSize
[in] Set to 0
- lpBytesReturned
[in] Set to NULL.
Return Value
TRUE indicates success.
FALSE indicates failure.
Requirements
Header | oal_ioctl.h |
Library | Developer Implemented |
Windows Embedded CE | Windows CE 5.0 and later |