WindowBlinds : DirectSkin
RemovePerWindowSkin
 

The RemovePerWindowSkin method is used to remove secondary skinning from a window.

long RemovePerWindowSkin(
long
hWnd );

Parameters

hWnd
Handle to the window which the secondary skin will be removed from.

Return Values

 

0 = no errors
2 = invalid window

Remarks

If you will no longer be using the secondary skin, and have removed it from all windows, destroy it with DestroySecondarySkin.

See Also

 

Secondary Skins, LoadSecondarySkin, LoadSecondarySkin2, DestroySecondarySkin, AddPerWindowSkin, ShowPreview