代码搜索:GUID

找到约 3,527 项符合「GUID」的源代码

代码结果 3,527
www.eeworm.com/read/135259/13945930

h recguids.h

#pragma option push -b -a8 -pc -A- /*P_O_Push*/ // Copyright (C) Microsoft Corporation, 1990-1999 #if _MSC_VER > 1000 #pragma once #endif /* * recguids.h - OLE reconciliation interface GUID d
www.eeworm.com/read/229812/4743609

h initguid.h

#ifndef _INITGUID_H #define _INITGUID_H #if __GNUC__ >=3 #pragma GCC system_header #endif #ifndef DEFINE_GUID #include #endif #undef DEFINE_GUID #define DEFINE_GUID(n,l,w1,w2,b
www.eeworm.com/read/327133/3463925

h myguiddef.h

// Common/MyGuidDef.h #ifndef GUID_DEFINED #define GUID_DEFINED #include "Types.h" typedef struct { UInt32 Data1; UInt16 Data2; UInt16 Data3; unsigned char Data4[8]; } GUID;
www.eeworm.com/read/492415/1174109

h intrface.h

// intrface.h // // Generated by C DriverWizard 3.1.0 (Build 1722) // Requires DDK Only // File created on 10/23/2004 // // Define an Interface Guid for CharSample device class. // This GUID
www.eeworm.com/read/451220/1664107

cs entry.cs

using System; namespace NHibernate.Test.NHSpecificTest.NH1419 { [Serializable] public class Entry { private Guid id; private Blog blog; private string subject; public Guid ID
www.eeworm.com/read/229421/4756051

cs person.cs

using System; using AjaxPro; namespace AJAXDemo.Examples.Classes { [JavaScriptConverter(typeof(PersonConverter))] public class Person { private Guid m_ID = Guid.Empty; public string
www.eeworm.com/read/229421/4756081

cs person.cs

using System; using AjaxPro; namespace AJAXDemo.Examples.Classes { [JavaScriptConverter(typeof(PersonConverter))] public class Person { private Guid m_ID = Guid.Empty; public string
www.eeworm.com/read/216802/4884184

h initguid.h

/* * Defines a minimum set of macros create GUID's to keep the size * small * * This file should be included into "only GUID definition *.h" like * shlguid.h * * Copyright (C) 1999 Juerg
www.eeworm.com/read/205824/5019527

h initguid.h

/* * Defines a minimum set of macros create GUID's to keep the size * small * * This file should be included into "only GUID definition *.h" like * shlguid.h * * Copyright (C) 1999 Juerg
www.eeworm.com/read/279077/4139790

cpp interfaceenum.cpp

// InterfaceEnum.cpp: Registered interface enumeration sample // Copyright (C) 2000 by Walter Oney // All rights reserved #include "stdafx.h" BOOL GuidFromString(GUID* guid, LPCTSTR string);