SECShortcutTable::GetDataFileName
voidSECShortcutTable::GetDataFileName(CString&str, ENameTypetype)
Returns the full path and name to the data file. ENameType possibilities can be MAIN_NAME to return the name in the same directory as the EXE, or ALTERNATE_NAME to return the path and filename to store the data in the Windows directory. By default, the file is written to where the Application lives.
Defined in: SCutAccl.cpp
Return Value
void
Parameters
str
The file name returned.
type
MAIN_NAME or ALTERNATE_NAME.
See Also