代码搜索:GUID

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

代码结果 3,527
www.eeworm.com/read/423662/2024540

h 本驱动guid.h

#include // {02E072EF-68A7-46a4-BD00-C686B6994782} for LPC2400 DEFINE_GUID(GUID_CLASS_D12_BULK, 0x2e072ef, 0x68a7, 0x46a4, 0xbd, 0x0, 0xc6, 0x86, 0xb6, 0x99, 0x47, 0x82);
www.eeworm.com/read/423662/2024810

h 本驱动guid.h

#include // {02E072EF-68A7-46a4-BD00-C686B6994782} for LPC2400 DEFINE_GUID(GUID_CLASS_D12_BULK, 0x2e072ef, 0x68a7, 0x46a4, 0xbd, 0x0, 0xc6, 0x86, 0xb6, 0x99, 0x47, 0x82);
www.eeworm.com/read/263014/4306610

c guid_win32.c

/* $Id: guid_win32.c 974 2007-02-19 01:13:53Z bennylp $ */ /* * Copyright (C)2003-2007 Benny Prijono * * This program is free software; you can redistribute it and/or modify *
www.eeworm.com/read/260358/4333765

svn-base guid.java.svn-base

/* * Copyright 2004-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y
www.eeworm.com/read/252145/4411494

h 本驱动guid.h

#include // {6A6CED4F-563A-4109-A79B-31D65A3A8D82} for D13 USB Device DEFINE_GUID(GUID_CLASS_Device_BULK, 0x6a6ced4f, 0x563a, 0x4109, 0xa7, 0x9b, 0x31, 0xd6, 0x5a, 0x3a, 0x8d, 0x8
www.eeworm.com/read/135259/13945128

h dxtmsft3guid.h

#pragma option push -b -a8 -pc -A- /*P_O_Push*/ #pragma warning( disable: 4049 ) /* more than 64k source lines */ /* this ALWAYS GENERATED file contains the IIDs and CLSIDs */ /* link this f
www.eeworm.com/read/113603/15452423

zip int2guid.zip

www.eeworm.com/read/205734/15308581

c security.c

/** * security.c - Handling security/ACLs in NTFS. Part of the Linux-NTFS project. * * Copyright (c) 2004 Anton Altaparmakov * Copyright (c) 2005-2006 Szabolcs Szakacsits * * This program/inclu
www.eeworm.com/read/423869/10528618

txt guid设备接口的打开.txt

1.使用walt oney的驱动程序生成向导生成驱动程序的框架. 2.新建一个MFC应用程序,并把应用向导生成的<mark>guid</mark>s.h文件拷贝到应用程序所在的目录下,并在应用程序的工程中添加该文件到工程. 3.定义一个获得设备接口函数: HANDLE GetDeviceViaInterface( <mark>GUID</mark>* p<mark>Guid</mark>, DWORD instance); ///////////////////// ...