WindowBlinds : DirectSkin
SetWbHelp2Loc
 

The SetWbHelp2Loc method is used to set the location of the DirectSkin dependency wbhelp2.dll.

void SetWbHelp2Loc(
LPCTSTR
location );

Parameters

location
A string array containing the directory of the files.

Return Values

 

This method does not return a value.

Remarks

 

The default location for wbhelp2.dll is the Windows search path.  See documentation on the Windows LoadLibrary API for more information.
You do not need to call this function unless you have put the file in a non standard location.

See Also

 

There are no related topics to this method.