mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:13:23 +00:00
[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:
parent
e302bacd7e
commit
a58bf95914
6 changed files with 85 additions and 11 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue