Microsoft Windows CE 3.0  

POST_INIT_BUF

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

This structure is passed into the input buffer of DeviceIoControl() for the post-initialization IO Control.

struct _POST_INIT_BUF { HANDLE
p_hDevice
; HKEY
p_hDeviceKey
; } POST_INIT_BUF, *PPOST_INIT_BUF;

Parameters

p_hDevice
The device handle passed from RegisterDevice.
p_hDeviceKey
The open registry handle to the driver's device key.