![]() |
Jungo WinDriver
Official Documentation
|
| DWORD DLLCALLCONV WDC_PlatformDeviceOpen | ( | _Outptr_ WDC_DEVICE_HANDLE * | phDev, |
| _In_ const WD_PLATFORM_CARD_INFO * | pDeviceInfo, | ||
| _In_ const PVOID | pDevCtx | ||
| ) |
Allocates and initializes a WDC platform device structure, registers the device with WinDriver, and returns a handle.
Used for non-PCI/ISA or custom bus devices.
| [out] | phDev | Pointer to a handle to the WDC device allocated by the function |
| [in] | pDeviceInfo | Pointer to a platform card information structure |
| [in] | pDevCtx | Pointer to device context information, to be stored in the device structure |