WindowBlinds : DirectSkin
RemoveExcludeHwnd
    This function removes the window from the exclusion list.
void RemoveExcludeHwnd(
long
hwnd );

Parameters

hwnd
Handle of the window to be removed from the skinning exclusion list.

Return Values

 

This method does not return a value.

Remarks

 

The window style must be changed after calling this function on a window. The simplest way to do this is to hide and show the window using the Windows ShowWindow API.
The AddExcludeHwnd method adds a window to the skin exclusion list.  This must be done before the window is shown in order for the exclusion to take effect.

See Also

 

AddExcludeHwnd, SetIncludeorExcludeMode