C++
int GetModuleInstallArguments( LPTSTR pszString, int cchSize ) const;
Description
Gets the command line options of msiexec.exe that are used during the installation of the stock tool MSI file.
If the function succeeds, the return value is the length, in characters, of the copied string, excluding the terminating null character.
Parameters
| Parameters | Description |
|---|---|
| pszString | Output pointer to the buffer that will receive the text; if NULL, the length, in characters, of the string, excluding the terminating null character, is returned |
| cbSize | Input maximum number of characters to copy to the buffer, including the NULL character; if the text exceeds the limit, it is truncated |