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

5 lines
124 B
C

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