GetINIFileName

 

 

#include “BlackIceDEVMODE.h”

 

LPCTSTR     GetINIFileName(BlackIceDEVMODE* pDevMode);

Description

Returns the value of the INIFileName member of the BlackIceDEVMODE. Represents the value of the 'INI File Name'/'Registry path'/etc. edit box.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure

Return value

INI File Name/Registry Path/etc. (string)

Programming Notes

None

Code Example

None