代码搜索:GUID
找到约 3,527 项符合「GUID」的源代码
代码结果 3,527
www.eeworm.com/read/130382/5959140
h guids.h
/*____________________________________________________________________________
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
All rights reserved.
$Id: GUIDS.H,v 1.3 1999
www.eeworm.com/read/406072/11450042
h ksmedia.h
/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
ksmedia.h
Abstract:
WDM-CSA Multimedia Definitions.
--*/
#if !defined(_KS_)
#error KS.H must b
www.eeworm.com/read/153870/12001606
h guids.h
//使用UUIDGEN或者GUIDGEN生成
// {E1C1A5C0-BEE1-4666-9189-9BDDFA53473D}
DEFINE_GUID(GUID_INTERFACE_PDC4000,
0xe1c1a5c0, 0xbee1, 0x4666, 0x91, 0x89, 0x9b, 0xdd, 0xfa, 0x53, 0x47, 0x3d);
www.eeworm.com/read/150415/12294221
h guids.h
// {6DC7826B-219D-446c-8CFE-9CD936E900B9}
DEFINE_GUID(GUID_INTERFACE_PDC1000,
0x6dc7826b, 0x219d, 0x446c, 0x8c, 0xfe, 0x9c, 0xd9, 0x36, 0xe9, 0x0, 0xb9);
www.eeworm.com/read/135259/13946452
h ksmedia.h
#pragma option push -b -a8 -pc -A- /*P_O_Push*/
/*++
Copyright (C) Microsoft Corporation, 1996 - 1999
Module Name:
ksmedia.h
Abstract:
WDM-CSA Multimedia Definitions.
--*/
www.eeworm.com/read/371622/9544982
h openbyinterface.h
HANDLE OpenByInterface(GUID* pClassGuid, DWORD instance, PDWORD pError);
www.eeworm.com/read/347487/11662525
h openbyinterface.h
HANDLE OpenByInterface(GUID* pClassGuid, DWORD instance, PDWORD pError);
www.eeworm.com/read/120274/14808102
h composite.h
/////////////////////////////////////////////////////////////////////////////
// Composite.h : Composite design pattern
//
#include
#include
#include "..\GuidCast.h"
#incl
www.eeworm.com/read/212209/15163567
h myinterface.h
// sample interface
// myInterface.h
//
// this file wil be required by the client as it contains the GUID and the interface definition
//
#include
// GUID of our COM server
www.eeworm.com/read/393067/8313985
cs mediaparam.cs
#region license
/*
DirectShowLib - Provide access to DirectShow interfaces via .NET
Copyright (C) 2006
http://sourceforge.net/projects/directshownet/
This library is free software; you can re