GetResourceDLLName

#include “BlackIceDEVMODE.h”

 

LPCTSTR     GetResourceDLLName(BlackIceDEVMODE* pDevMode);

Description

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

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

ResourceDLLName (string).

Programming Notes

None

Code Example

None