VOID DrvCompletePDEV(
IN DHPDEV dhpdev, | |
IN HDEV hdev | |
); |
DrvCompletePDEV stores the GDI handle (hdev) of the physical device in dhpdev. The driver should retain this handle for use when calling GDI services.
DrvCompletePDEV is called by GDI when its installation of the physical device is complete. It also provides the driver with a handle to the PDEV to be used when requesting GDI services for the device. This function is required for graphics drivers; when GDI calls DrvCompletePDEV, it cannot fail.