WindowBlinds : DirectSkin
RemoveIncludeList
 

The RemoveIncludeList method removes a window from the include list.  If DirectSkin is in include mode, it will check this list every time a new window is created and shown.  If the window being shown is in the list, it will be skinned.

void RemoveIncludeList(
long
hWnd );

Parameters

hWnd
Handle to the window to be removed from the include list.

Return Values

 

This method does not return a value.

Remarks

 

When this method is called, DirectSkin will automatically be put into include mode, similar to calling SetIncludeorExcludeMode(1).

See Also

 

AddIncludeList, SetIncludeorExcludeMode