Sets INIFileName member of the BlackIceDEVMODE. Sets the value of the 'INI File Name'/'Registry path'/etc. edit box.
SetINIFileName(inifname As String, pBlackIceDEVMODE As Long) As Boolean
Input value: inifname - INI File Name/Registry Path/etc.
Input value: pBlackIceDEVMODE - handle to the BlackIceDEVMODE.
Return value - TRUE if the member was successfully set, otherwise FALSE.
NOTE: For 32-bit applications , use pBlackIceDEVMODE as Integer, instead of Long.