代码搜索:GUID

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

代码结果 3,527
www.eeworm.com/read/417393/2101287

java guidance.java

package com.crm.guidance.po; public class Guidance { private Integer guid_id; private Integer complaint_id; private Integer employee_id; private String content; private String service_typ
www.eeworm.com/read/370019/2787895

cpp usblibrary.cpp

// USBLibrairie.cpp : Defines the entry point for the DLL application. // #include "stdafx.h" #include "USBLibrary.h" #include #include #include "GUID829.h" LPGUID pG
www.eeworm.com/read/361182/2952662

cs _drecipientcontrolevents.cs

namespace Microsoft.Office.Interop.Outlook { using System; using System.Runtime.InteropServices; [ComImport, TypeLibType((short) 0x1010), InterfaceType((short) 2), Guid("D87E7E17-68
www.eeworm.com/read/361182/2952882

cs _irecipientcontrol.cs

namespace Microsoft.Office.Interop.Outlook { using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [ComImport, Guid("D87E7E16-6897-11CE-A6C
www.eeworm.com/read/161417/5554263

cpp usblibrary.cpp

// USBLibrairie.cpp : Defines the entry point for the DLL application. // #include "stdafx.h" #include "USBLibrary.h" #include #include #include "GUID829.h" LPGUID pG
www.eeworm.com/read/155620/5620506

cpp factory.cpp

#include "stdafx.h" #include "factory.h" #include "dictionary.h" extern ULONG g_LockNumber; extern ULONG g_DictionaryNumber; extern DWORD dwMainThreadID; extern "C" const GUID CLSID_Dict
www.eeworm.com/read/153649/5645804

cpp factory.cpp

#include "stdafx.h" #include "factory.h" #include "dictionary.h" extern ULONG g_LockNumber; extern ULONG g_DictionaryNumber; extern DWORD dwMainThreadID; extern "C" const GUID CLSID_Dict
www.eeworm.com/read/152934/5655239

cpp usblibrary.cpp

// USBLibrairie.cpp : Defines the entry point for the DLL application. // #include "stdafx.h" #include "USBLibrary.h" #include #include #include "GUID829.h" LPGUID pG
www.eeworm.com/read/388540/8602881

bas modgenerateguid.bas

Attribute VB_Name = "modGenerateGUID" Option Explicit Private Type GUID Data1 As Long Data2 As Long Data3 As Long Data4(8) As Byte End Type Private Declare Function CoCreat
www.eeworm.com/read/374163/9419164

h gpt.h

/* gpt.[ch] Copyright (C) 2000-2001 Dell Computer Corporation EFI GUID Partition Table handling Per Intel EFI Specification v1.02 http://developer.intel.c