2025-04-27 07:49:33 -04:00

9 lines
195 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