Windows2003-3790/admin/snapin/corecopy/util.h

5 lines
124 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#include "cstr.h"
HRESULT GUIDToCStr(CStr& str, const GUID& guid);
HRESULT GUIDFromCStr(const CStr& str, GUID* pguid);