The DllToMsl function converts a DLL file to a MSL file.
BOOL DllToMsl(
LPCSTR lpDllFileName, // name of dll file to be converted
LPCSTR lpMslFileName // resulting msl file name
);
Parameters
- lpDllFileName
- Points to a null-terminated string containing the DLL file name.
- lpMslFileNamee
- Points to a null-terminated string containing the MSL file name.
Return Values
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.