Windows2003-3790/admin/snapin/corecopy/util.h
2020-09-30 16:53:55 +02:00

5 lines
124 B
C

#include "cstr.h"
HRESULT GUIDToCStr(CStr& str, const GUID& guid);
HRESULT GUIDFromCStr(const CStr& str, GUID* pguid);