WindowBlinds : DirectSkin
CloseThemeHandle
 

The CloseThemeHandle method frees any resources linked to the handle passed in. The handle must be obtained from GetThemeHandle and once closed you should not try to use it again.

void CloseThemeHandle(long handle);

Parameters

handle
A handle obtained from GetThemeHandle.

Return Values

 

none.

Remarks

 

none

See Also

 

GetThemeHandle