[SHELL32][SHELL32_APITEST][SDK] SHIsBadInterfacePtr (#7664)

Implementing missing features...
JIRA issue: CORE-19278
- Move function definition from
  stubs.cpp to utils.cpp.
- Implement SHIsBadInterfacePtr
  function in utils.cpp.
- Add prototype to <undocshell.h>.
This commit is contained in:
Katayama Hirofumi MZ 2025-01-26 19:24:24 +09:00 committed by GitHub
parent e302bacd7e
commit a58bf95914
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 85 additions and 11 deletions

View file

@ -954,6 +954,11 @@ LONG WINAPI SHRegQueryValueExW(
#define SHRegQueryValueEx SHRegQueryValueExA
#endif
BOOL WINAPI
SHIsBadInterfacePtr(
_In_ LPCVOID pv,
_In_ UINT_PTR ucb);
HRESULT WINAPI
CopyStreamUI(
_In_ IStream *pSrc,