windows-nt/Source/XPSP1/NT/shell/services/hdsrv/inc/str.h
2020-09-26 16:20:57 +08:00

9 lines
187 B
C

#ifndef _STR_H
#define _STR_H
#include <objbase.h>
HRESULT _StringFromGUID(const GUID* pguid, LPWSTR psz, DWORD cch);
HRESULT _GUIDFromString(LPCWSTR psz, GUID* pguid);
#endif //_STR_H