Printers_UnregisterWindow

Go to Home Page

Destroys the window created by Printers_RegisterWindowW and free any associated data

Syntax

void WINAPI Printers_UnregisterWindow (
    CLASSPIDL* pClassPidl,
    HWND hwnd
)

Parameters

pClassPidl
A pointer to the CLASSPIDL structure returned by Printers_RegisterWindowW
hwnd
The hwnd returned by Printers_RegisterWindowW

Return Value

None

Remarks

The pClassPidl parameter is ignored on Win 7 as it's not returned. Likewise on XP, the hwnd parameter is ignored in favour of the hwnd in the CLASSPIDL struct.

This function is also known as _Printers_UnregisterWindow@8.