// winsplp.h
BOOL InitializeMonitorEx(
[in] LPWSTR pRegistryRoot,
[out] LPMONITOR pMonitor
);
View the official Windows Driver Kit DDI referenceNo description available.
Describes the InitializeMonitorEx function.
pRegistryRoot [in]Defines the LPWSTR parameter pRegistryRoot.
pMonitor [out]Defines the LPMONITOR parameter pMonitor.
Returns a BOOL value.