mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
[PSDK] Add SymSrvIsStoreW prototype to dbghelp.h
svn path=/trunk/; revision=75572
This commit is contained in:
parent
28b262929a
commit
2bb99ee284
1 changed files with 12 additions and 6 deletions
|
@ -2253,6 +2253,18 @@ DWORD WINAPI SymSetOptions(_In_ DWORD);
|
|||
|
||||
BOOL WINAPI SymSetParentWindow(_In_ HWND);
|
||||
|
||||
BOOL
|
||||
IMAGEAPI
|
||||
SymSrvIsStore(
|
||||
_In_opt_ HANDLE hProcess,
|
||||
_In_ PCSTR path);
|
||||
|
||||
BOOL
|
||||
IMAGEAPI
|
||||
SymSrvIsStoreW(
|
||||
_In_opt_ HANDLE hProcess,
|
||||
_In_ PCWSTR path);
|
||||
|
||||
/*************************
|
||||
* Version, global stuff *
|
||||
*************************/
|
||||
|
@ -2544,12 +2556,6 @@ SymUnDName(
|
|||
|
||||
BOOL WINAPI SymUnloadModule(_In_ HANDLE, _In_ DWORD);
|
||||
|
||||
BOOL
|
||||
IMAGEAPI
|
||||
SymSrvIsStore(
|
||||
_In_opt_ HANDLE hProcess,
|
||||
_In_ PCSTR path);
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue