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

22 lines
268 B
C++

/*++
Copyright (c) 1995 Microsoft Corporation
Module Name:
inc.hxx
Abstract:
Definitions shared between olescm and objex
--*/
#ifndef __INC_HXX
#define __INC_HXX
BOOL GUIDFromString(LPCWSTR lpsz, LPGUID pguid);
#endif __INC_HXX