代码搜索:GUID
找到约 3,527 项符合「GUID」的源代码
代码结果 3,527
www.eeworm.com/read/403191/11520952
h dmplugin.h
/************************************************************************
* *
* dmplugin.h -- This module contains the API for
www.eeworm.com/read/403191/11520961
h dinput.h
/****************************************************************************
*
* Copyright (C) 1996-2000 Microsoft Corporation. All Rights Reserved.
*
* File: dinput.h
* Content:
www.eeworm.com/read/156494/11797954
sql demo04.sql
create table t ( raw_data raw(16) );
insert into t values ( sys_guid() );
select * from t;
select dump(raw_data,16) from t;
insert into t values ( 'abcdef' );
insert into t values ( 'abcdefgh' );
www.eeworm.com/read/156225/11817467
h pqdif_lg.h
/*
** PQDIF - Power Quality Data Interchange Format
** Version 1.5
**
** File name: $Workfile: pqdif_lg.h $
** Last modified: $Modtime: 1/17/02 2:04p $
** Last modified by:
www.eeworm.com/read/150906/12248095
cpp sound.cpp
//sound.cpp
#include
#include
#pragma comment(lib,"dxguid")
#pragma comment(lib,"strmiids")
IDirectMusicLoader8* pLoader=NULL;
IDirectMusicPerformance8* pPerf=NULL;
IDire
www.eeworm.com/read/250900/12377554
bas module1.bas
Attribute VB_Name = "Module1"
Declare Function CoCreateGuid Lib "OLE32.DLL" (pGuid As Guid) _
As Long
www.eeworm.com/read/131424/14146382
bas module1.bas
Attribute VB_Name = "Module1"
Declare Function CoCreateGuid Lib "OLE32.DLL" (pGuid As Guid) _
As Long
www.eeworm.com/read/131129/14159196
h dmplugin.h
/************************************************************************
* *
* dmplugin.h -- This module contains the API for
www.eeworm.com/read/131129/14159778
h dinput.h
/****************************************************************************
*
* Copyright (C) 1996-2000 Microsoft Corporation. All Rights Reserved.
*
* File: dinput.h
* Content:
www.eeworm.com/read/128000/14320558
bas module1.bas
Attribute VB_Name = "Module1"
Declare Function CoCreateGuid Lib "OLE32.DLL" (pGuid As Guid) _
As Long