Share via


OALIoCtlHalInitRegistry (Compact 2013)

10/16/2014

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

See Also

Reference

IOCTL Functions