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