代码搜索:mciSendString
找到约 278 项符合「mciSendString」的源代码
代码结果 278
www.eeworm.com/read/273744/10902828
cpp opencdrom.cpp
// OPENcdrom.cpp : implementation file
//
#include "stdafx.h"
#include "yhq.h"
#include "OPENcdrom.h"
#include "mmsystem.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha
www.eeworm.com/read/229812/4743074
def mdm.def
LIBRARY MDM
EXPORTS
mciSendCommand @1
mciSendString @2
mciGetErrorString @3
mciQueryDefaultCon
www.eeworm.com/read/182671/9196590
txt 20个vc开发小技巧--梁伟.txt
VC++学习总结
一、打开CD-ROM
mciSendString("Set cdAudio door open wait",NULL,0,NULL);
//二、关闭CD_ROM
mciSendString("Set cdAudio door closed wait",NULL,0,NULL);
//三、
www.eeworm.com/read/234169/14120124
cpp 常用函数.cpp
//一、打开CD-ROM
mciSendString("Set cdAudio door open wait",NULL,0,NULL);
//二、关闭CD_ROM
mciSendString("Set cdAudio door closed wait",NULL,0,NULL);
//三、关闭计算机
OSVERSIONINFO OsVersionInfo; //包含
www.eeworm.com/read/315947/13533976
txt vc技巧20.txt
一、打开CD-ROM
mciSendString("Set cdAudio door open wait",NULL,0,NULL);
二、关闭CD_ROM
mciSendString("Set cdAudio door closed wait",NULL,0,NULL);
三、关闭计算机
OSVERSIONINFO OsVersionInfo; //包含操作系统版本信
www.eeworm.com/read/481461/6641226
txt vc.txt
VC小技巧20个:
---转自CSDN
一、打开CD-ROM
mciSendString("Set cdAudio door open wait",NULL,0,NULL);
二、关闭CD_ROM
mciSendString("Set cdAudio door closed wait",NULL,0,NULL);
三、关闭计算机
OSVERSIONINFO
www.eeworm.com/read/316184/13528723
pas client.pas
unit Client;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
NMUDP, StdCtrls,shellapi,mmsystem;
//shellapi需要shellapi.pas,mciSendstring需要mmsystem
www.eeworm.com/read/344193/11902752
bas amodule.bas
Attribute VB_Name = "Amodule"
Public Declare Function mciSendString Lib "winmm.dll" Alias "mciSendStringA" (ByVal lpstrCommand As String, ByVal lpstrReturnString As String, ByVal uReturnLength As L
www.eeworm.com/read/120883/14784399
pas client.pas
unit Client;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
NMUDP, StdCtrls,shellapi,mmsystem;
//shellapi需要shellapi.pas,mciSendstring需要mmsystem
www.eeworm.com/read/6626/95473
vb module1.vb
Module Module1
Public Declare Function mciSendString Lib "winmm.dll" Alias "mciSendStringA" (ByVal lpstrCommand As String, ByVal lpstrReturnString As String, ByVal uReturnLength As Integer, ByVal