IVCmdUserWord::AddSIFile
This method installs speaker-independent template extension files.
Syntax
HRESULT AddSIFile( LPCWSTR lpszFileName, DWORD *pdwID, DWORD dwFlag );
Parameters
- lpszFile
- Long pointer to the null-terminated string that contains the path of the file to install.
- pdwID
- Pointer to a DWORD that contains an identification number of the independent template to install.
- dwFlag
- Reserved, must be 0.
Return Values
NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.
Remarks
This method is usually called in the Auto PC setup program.
See Also
- IVCmdUserWord::RemoveSIFile