zoukankan      html  css  js  c++  java
  • 看看我最关心的动态库中到底有多少函数 winmm.dll

    获取方法:
    运行: tdump.exe C:\windows\system32\winmm.dll c:\temp\winmm.txt

    CloseDriver
    DefDriverProc
    DriverCallback
    DrvGetModuleHandle
    GetDriverModuleHandle
    MigrateAllDrivers
    MigrateSoundEvents
    NotifyCallbackData
    OpenDriver
    PlaySound
    PlaySoundA
    PlaySoundW
    SendDriverMessage
    WOW32DriverCallback
    WOW32ResolveMultiMediaHandle
    WOWAppExit
    WinmmLogoff
    WinmmLogon
    _gfxLogoff@0
    _gfxLogon@4
    aux32Message
    auxGetDevCapsA
    auxGetDevCapsW
    auxGetNumDevs
    auxGetVolume
    auxOutMessage
    auxSetVolume
    gfxAddGfx
    gfxBatchChange
    gfxCreateGfxFactoriesList
    gfxCreateZoneFactoriesList
    gfxDestroyDeviceInterfaceList
    gfxEnumerateGfxs
    gfxModifyGfx
    gfxOpenGfx
    gfxRemoveGfx
    joy32Message
    joyConfigChanged
    joyGetDevCapsA
    joyGetDevCapsW
    joyGetNumDevs
    joyGetPos
    joyGetPosEx
    joyGetThreshold
    joyReleaseCapture
    joySetCapture
    joySetThreshold
    mci32Message
    mciDriverNotify
    mciDriverYield
    mciExecute
    mciFreeCommandResource
    mciGetCreatorTask
    mciGetDeviceIDA
    mciGetDeviceIDFromElementIDA
    mciGetDeviceIDFromElementIDW
    mciGetDeviceIDW
    mciGetDriverData
    mciGetErrorStringA
    mciGetErrorStringW
    mciGetYieldProc
    mciLoadCommandResource
    mciSendCommandA
    mciSendCommandW
    mciSendStringA
    mciSendStringW
    mciSetDriverData
    mciSetYieldProc
    mid32Message
    midiConnect
    midiDisconnect
    midiInAddBuffer
    midiInClose
    midiInGetDevCapsA
    midiInGetDevCapsW
    midiInGetErrorTextA
    midiInGetErrorTextW
    midiInGetID
    midiInGetNumDevs
    midiInMessage
    midiInOpen
    midiInPrepareHeader
    midiInReset
    midiInStart
    midiInStop
    midiInUnprepareHeader
    midiOutCacheDrumPatches
    midiOutCachePatches
    midiOutClose
    midiOutGetDevCapsA
    midiOutGetDevCapsW
    midiOutGetErrorTextA
    midiOutGetErrorTextW
    midiOutGetID
    midiOutGetNumDevs
    midiOutGetVolume
    midiOutLongMsg
    midiOutMessage
    midiOutOpen
    midiOutPrepareHeader
    midiOutReset
    midiOutSetVolume
    midiOutShortMsg
    midiOutUnprepareHeader
    midiStreamClose
    midiStreamOpen
    midiStreamOut
    midiStreamPause
    midiStreamPosition
    midiStreamProperty
    midiStreamRestart
    midiStreamStop
    mixerClose
    mixerGetControlDetailsA
    mixerGetControlDetailsW
    mixerGetDevCapsA
    mixerGetDevCapsW
    mixerGetID
    mixerGetLineControlsA
    mixerGetLineControlsW
    mixerGetLineInfoA
    mixerGetLineInfoW
    mixerGetNumDevs
    mixerMessage
    mixerOpen
    mixerSetControlDetails
    mmDrvInstall
    mmGetCurrentTask
    mmTaskBlock
    mmTaskCreate
    mmTaskSignal
    mmTaskYield
    mmioAdvance
    mmioAscend
    mmioClose
    mmioCreateChunk
    mmioDescend
    mmioFlush
    mmioGetInfo
    mmioInstallIOProcA
    mmioInstallIOProcW
    mmioOpenA
    mmioOpenW
    mmioRead
    mmioRenameA
    mmioRenameW
    mmioSeek
    mmioSendMessage
    mmioSetBuffer
    mmioSetInfo
    mmioStringToFOURCCA
    mmioStringToFOURCCW
    mmioWrite
    mmsystemGetVersion
    mod32Message
    mxd32Message
    sndPlaySoundA
    sndPlaySoundW
    tid32Message
    timeBeginPeriod
    timeEndPeriod
    timeGetDevCaps
    timeGetSystemTime
    timeGetTime
    timeKillEvent
    timeSetEvent
    waveInAddBuffer
    waveInClose
    waveInGetDevCapsA
    waveInGetDevCapsW
    waveInGetErrorTextA
    waveInGetErrorTextW
    waveInGetID
    waveInGetNumDevs
    waveInGetPosition
    waveInMessage
    waveInOpen
    waveInPrepareHeader
    waveInReset
    waveInStart
    waveInStop
    waveInUnprepareHeader
    waveOutBreakLoop
    waveOutClose
    waveOutGetDevCapsA
    waveOutGetDevCapsW
    waveOutGetErrorTextA
    waveOutGetErrorTextW
    waveOutGetID
    waveOutGetNumDevs
    waveOutGetPitch
    waveOutGetPlaybackRate
    waveOutGetPosition
    waveOutGetVolume
    waveOutMessage
    waveOutOpen
    waveOutPause
    waveOutPrepareHeader
    waveOutReset
    waveOutRestart
    waveOutSetPitch
    waveOutSetPlaybackRate
    waveOutSetVolume
    waveOutUnprepareHeader
    waveOutWrite
    wid32Message
    winmmDbgOut
    winmmSetDebugLevel
    wod32Message
    


  • 相关阅读:
    linux_crontab_定时删除
    bigdata_zookeeper 可视化界面zkui
    bigdata_ Kafka集群模式部署
    大数据_zookeeper环境搭建中的几个坑
    实战-130W表增加字段耗时
    每天一个linux命令
    nginx重启报找不到nginx.pid的解决方法
    log4j配置
    mysql select 1
    查看mysql语句运行时间
  • 原文地址:https://www.cnblogs.com/del/p/1101293.html
Copyright © 2011-2022 走看看