Tweak the API documentation to silence winapi_check warnings.
This commit is contained in:
parent
00f72a32fd
commit
5ffd9888cd
|
@ -1382,6 +1382,9 @@ UINT WINAPI MsiProvideQualifiedComponentExW(LPCWSTR szComponent,
|
||||||
return ERROR_FILE_NOT_FOUND;
|
return ERROR_FILE_NOT_FOUND;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* MsiProvideQualifiedComponentW [MSI.@]
|
||||||
|
*/
|
||||||
UINT WINAPI MsiProvideQualifiedComponentW( LPCWSTR szComponent,
|
UINT WINAPI MsiProvideQualifiedComponentW( LPCWSTR szComponent,
|
||||||
LPCWSTR szQualifier, DWORD dwInstallMode, LPWSTR lpPathBuf,
|
LPCWSTR szQualifier, DWORD dwInstallMode, LPWSTR lpPathBuf,
|
||||||
DWORD* pcchPathBuf)
|
DWORD* pcchPathBuf)
|
||||||
|
@ -1390,6 +1393,9 @@ UINT WINAPI MsiProvideQualifiedComponentW( LPCWSTR szComponent,
|
||||||
dwInstallMode, NULL, 0, 0, lpPathBuf, pcchPathBuf);
|
dwInstallMode, NULL, 0, 0, lpPathBuf, pcchPathBuf);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* MsiProvideQualifiedComponentA [MSI.@]
|
||||||
|
*/
|
||||||
UINT WINAPI MsiProvideQualifiedComponentA( LPCSTR szComponent,
|
UINT WINAPI MsiProvideQualifiedComponentA( LPCSTR szComponent,
|
||||||
LPCSTR szQualifier, DWORD dwInstallMode, LPSTR lpPathBuf,
|
LPCSTR szQualifier, DWORD dwInstallMode, LPSTR lpPathBuf,
|
||||||
DWORD* pcchPathBuf)
|
DWORD* pcchPathBuf)
|
||||||
|
|
Loading…
Reference in New Issue