<< Click to Display Table of Contents >> Navigation: WinLicense > Protecting an application > Plugins > SecureEngineGetProtectedFileName |
This function is called before SecureEngineInitialize. This function receives the name of the executable binary (EXE or DLL) that contains the plugin.
STDCALL void SecureEngineGetProtectedFileNameA( char* ApplicationName );
STDCALL void SecureEngineGetProtectedFileNameW( wchar_t* ApplicationName ); |
procedure SecureEngineGetProtectedFileNameA( ApplicationName:PAnsiChar ); stdcall;
procedure SecureEngineGetProtectedFileNameW( ApplicationName:PWideChar ); stdcall; |
Parameters
ApplicationName
[in] Pointer to a null-terminated string with the name of the executable binary that contains the plugin.
Return Values
This function does not return any values.