windows-nt/Source/XPSP1/NT/shell/services/hdsrv/inc/str.h

9 lines
187 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#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