代码搜索:GUID
找到约 3,527 项符合「GUID」的源代码
代码结果 3,527
www.eeworm.com/read/162810/5513329
cpp wav_file.cpp
/*//////////////////////////////////////////////////////////////////////////////
//
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a
www.eeworm.com/read/451220/1664041
cs baseclass.cs
using System;
namespace NHibernate.Test.NHSpecificTest.NH1483
{
public abstract class BaseClass
{
private Guid _id;
public Guid Id
{
get { return _id; }
}
}
}
www.eeworm.com/read/242732/4544040
c effect.c
#include
#include
#include
/*
* @unimplemented
*/
Status __stdcall
GdipCreateEffect(const GUID guid,
CGpEffect **effect)
{
return NotImplemen
www.eeworm.com/read/216802/4886323
c effect.c
#include
#include
#include
/*
* @unimplemented
*/
Status __stdcall
GdipCreateEffect(const GUID guid,
CGpEffect **effect)
{
return NotImplemen
www.eeworm.com/read/205824/5021784
c effect.c
#include
#include
#include
/*
* @unimplemented
*/
Status __stdcall
GdipCreateEffect(const GUID guid,
CGpEffect **effect)
{
return NotImplemen
www.eeworm.com/read/409921/2226576
c effect.c
#include
#include
#include
/*
* @unimplemented
*/
Status __stdcall
GdipCreateEffect(const GUID guid,
CGpEffect **effect)
{
return NotImplemen
www.eeworm.com/read/460526/1560848
h initguid.h
#ifndef _INITGUID_H
#define _INITGUID_H
#ifndef DEFINE_GUID
#include
#endif
#undef DEFINE_GUID
#define DEFINE_GUID(n,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) const GUID n GUID_SECT = {l,w1,w2,{b1
www.eeworm.com/read/339800/3294546
h initguid.h
#ifndef _INITGUID_H
#define _INITGUID_H
#ifndef DEFINE_GUID
#include
#endif
#undef DEFINE_GUID
#define DEFINE_GUID(n,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) const GUID n GUID_SECT = {l,w1,w2,{b1
www.eeworm.com/read/384220/2602817
h initguid.h
#ifndef _INITGUID_H
#define _INITGUID_H
#ifndef DEFINE_GUID
#include
#endif
#undef DEFINE_GUID
#define DEFINE_GUID(n,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) const GUID n GUID_SECT = {l,w1,w2,{b1
www.eeworm.com/read/12863/249556
sql types.sql
INSERT INTO DataType VALUES ('1','Number','Numeric data. Includes booleans' )
INSERT INTO DataType VALUES ('2','String','Character data' )
INSERT INTO DataType VALUES ('3','GUID','GUID' )
I