PlatformDeviceListInit
This function performs platform-specific initialization on a class of devices.
BOOL WINAPI PlatformDeviceListInit(
PDEVICE_LIST pdl
);
Parameters
- pdl
Platform device list.
Return Values
- ERROR_SUCCESS
This function was successful. - Win32 error code
All other errors.
Remarks
When the Power Manager reads a device class from the registry during initialization, it passes information about the device class to the PDD. The PDD is expected to populate the pInterface member of pdl as appropriate for the device class. Typically, a power-managed device uses the stream interface while the PDD uses a pInterface structure containing stream device-specific routines.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Pmimpl.h
Link Library: Coredll.lib.
See Also
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.