SetResourceDLLName

#include “BlackIceDEVMODE.h”

 

BOOL            SetResourceDLLName(LPCWSTR stringresdll, BlackIceDEVMODE* pDevMode);

Description

Sets the ResourceDLLName member of the BlackIceDEVMODE. The ResourceDLLName member stores the name and path of the driver resource DLL.

Parameters

LPCWSTR stringresdll                                - ResourceDLLName (string)

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

TRUE if the member was successfully set, otherwise FALSE.

Programming Notes

None

Code Example

None