Tweak the API documentation to silence winapi_check warnings.

This commit is contained in:
Francois Gouget 2005-04-22 19:04:41 +00:00 committed by Alexandre Julliard
parent 00f72a32fd
commit 5ffd9888cd
1 changed files with 6 additions and 0 deletions

View File

@ -1382,6 +1382,9 @@ UINT WINAPI MsiProvideQualifiedComponentExW(LPCWSTR szComponent,
return ERROR_FILE_NOT_FOUND;
}
/***********************************************************************
* MsiProvideQualifiedComponentW [MSI.@]
*/
UINT WINAPI MsiProvideQualifiedComponentW( LPCWSTR szComponent,
LPCWSTR szQualifier, DWORD dwInstallMode, LPWSTR lpPathBuf,
DWORD* pcchPathBuf)
@ -1390,6 +1393,9 @@ UINT WINAPI MsiProvideQualifiedComponentW( LPCWSTR szComponent,
dwInstallMode, NULL, 0, 0, lpPathBuf, pcchPathBuf);
}
/***********************************************************************
* MsiProvideQualifiedComponentA [MSI.@]
*/
UINT WINAPI MsiProvideQualifiedComponentA( LPCSTR szComponent,
LPCSTR szQualifier, DWORD dwInstallMode, LPSTR lpPathBuf,
DWORD* pcchPathBuf)