Ignore:
Timestamp:
Mar 28, 2008, 5:43:34 PM (16 years ago)
Author:
イグトランス (egtra)
Message:

インクルードガードとその他不要な前処理定義などの削除

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/directx9/dmplugin.sbp

    r1 r497  
    11' dmplugin.sbp - This module contains the API for plugins for the DirectMusic performance layer
    2 
    3 
    4 #ifndef _INC_DMPLUGIN
    5 #define _INC_DMPLUGIN
    6 
    72
    83Class IDirectMusicTool
     
    5348    Abstract Function EndPlay(pStateData As VoidPtr) As DWord
    5449    Abstract Function Play(pStateData As VoidPtr, mtStart As MUSIC_TIME, mtEnd As MUSIC_TIME, mtOffset As MUSIC_TIME, dwFlags As DWord, pPerf As *IDirectMusicPerformance, pSegSt As *IDirectMusicSegmentState, dwVirtualID As DWord) As DWord
    55     Abstract Function GetParam(ByRef rguidType As GUID, mtTime As MUSIC_TIME, pmtNext As *MUSIC_TIME, pParam As VoidPtr) As DWord 
     50    Abstract Function GetParam(ByRef rguidType As GUID, mtTime As MUSIC_TIME, pmtNext As *MUSIC_TIME, pParam As VoidPtr) As DWord
    5651    Abstract Function SetParam(ByRef rguidType As GUID, mtTime As MUSIC_TIME, pParam As VoidPtr) As DWord
    5752    Abstract Function IsParamSupported(ByRef rguidType As GUID) As DWord
     
    7166    Abstract Function Join(pNewTrack As *IDirectMusicTrack, mtJoin As MUSIC_TIME, pContext As *IUnknown, dwTrackGroup As DWord, ppResultTrack As **IDirectMusicTrack) As DWord
    7267End Class
    73 
    74 
    75 #endif '_INC_DMPLUGIN
Note: See TracChangeset for help on using the changeset viewer.