SetINIFileName

#include “BlackIceDEVMODE.h”

 

BOOL            SetINIFileName(LPCWSTR inifname, BlackIceDEVMODE* pDevMode);

Description

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

Parameters

LPCWSTR inifname                                    - INI File Name/Registry Path (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