代码搜索:mciSendString
找到约 278 项符合「mciSendString」的源代码
代码结果 278
www.eeworm.com/read/174150/9606231
pl ejectcd.pl
#perl -w
use strict;
use Win32::API;
my $mciSendString = new Win32::API(
"winmm",
"mciSendString",
['P', 'P', 'N', 'N'], 'N'
)
or die "Can't import the mciSendString API:\n$!";
www.eeworm.com/read/174150/9606243
pl cdinfo.pl
#perl -w
use strict;
use Win32::API;
Win32::API->Import(
"kernel32",
"UINT GetWindowsDirectory(LPTSTR lpBuffer, UINT uSize)",
)
or die "Can't import the GetWindowsDirectory API:\n$!";
www.eeworm.com/read/367686/9736936
cpp mingplayer.cpp
/**
* MingPlayer.cpp
* Copyright _ 2001 Li Zhaoming. All rights reserved.
*/
#include "stdafx.h"
#include "resource.h"
HWND hwndVideo;
UINT uDeviceID;
BOOL g_bAVI;
BOOL g_bPaused = tru
www.eeworm.com/read/268754/11122805
pas alarm.pas
unit Alarm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, Buttons, MMSystem;
type
TfrmAlarm = class(TForm)
www.eeworm.com/read/334485/12597469
txt cx.txt
BorderStyle = 1 'Fixed Single
Caption = "Generic Multiple CD Player"
ClientHeight = 1905
ClientLeft = 45
ClientTop = 330
ClientWidth