⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wmp.h

📁 LabwindowsCVI编写的一简单的媒体播放器。
💻 H
📖 第 1 页 / 共 5 页
字号:
extern const IID WMPLib_IID_IWMPPluginUIHost;
extern const IID WMPLib_IID_ITaskCntrCtrl;
extern const IID WMPLib_IID_IWMPGraphEventHandler;
extern const IID WMPLib_IID_IBattery;
extern const IID WMPLib_IID_IBatteryPreset;
extern const IID WMPLib_IID_IBatteryRandomPreset;
extern const IID WMPLib_IID_IBatterySavedPreset;
extern const IID WMPLib_IID_IBarsEffect;
extern const IID WMPLib_IID_ISpikesEffect;
extern const IID WMPLib_IID_IDotPlaneEffect;
extern const IID WMPLib_IID_IWMPExternal;
extern const IID WMPLib_IID_IWMPExternalColors;
extern const IID WMPLib_IID_IWMPSubscriptionServiceLimited;
extern const IID WMPLib_IID_IWMPSubscriptionServiceExternal;
extern const IID WMPLib_IID_IWMPDownloadManager;
extern const IID WMPLib_IID_IWMPDownloadCollection;
extern const IID WMPLib_IID_IWMPDownloadItem2;
extern const IID WMPLib_IID_IWMPDownloadItem;
extern const IID WMPLib_IID_IWMPSubscriptionServicePlayMedia;
extern const IID WMPLib_IID_IWMPCDDVDWizardExternal;
extern const IID WMPLib_IID_IWMPBaseExternal;
extern const IID WMPLib_IID_IWMPOfflineExternal;

HRESULT CVIFUNC WMPLib_NewIWMPPlayer4 (int panel, const char *label, int top,
                                       int left, int *controlID, int *UILError);

HRESULT CVIFUNC WMPLib_OpenIWMPPlayer4 (const char *fileName, int panel,
                                        const char *label, int top, int left,
                                        int *controlID, int *UILError);

HRESULT CVIFUNC WMPLib_IWMPPlayer4close (CAObjHandle objectHandle,
                                         ERRORINFO *errorInfo);

HRESULT CVIFUNC WMPLib_IWMPPlayer4GetURL (CAObjHandle objectHandle,
                                          ERRORINFO *errorInfo, char **pbstrURL);

HRESULT CVIFUNC WMPLib_IWMPPlayer4SetURL (CAObjHandle objectHandle,
                                          ERRORINFO *errorInfo,
                                          const char *pbstrURL);

HRESULT CVIFUNC WMPLib_IWMPPlayer4GetopenState (CAObjHandle objectHandle,
                                                ERRORINFO *errorInfo,
                                                enum WMPLibEnum_WMPOpenState *pwmpos);

HRESULT CVIFUNC WMPLib_IWMPPlayer4GetplayState (CAObjHandle objectHandle,
                                                ERRORINFO *errorInfo,
                                                enum WMPLibEnum_WMPPlayState *pwmpps);

HRESULT CVIFUNC WMPLib_IWMPPlayer4Getcontrols (CAObjHandle objectHandle,
                                               ERRORINFO *errorInfo,
                                               WMPLibObj_IWMPControls *ppControl);

HRESULT CVIFUNC WMPLib_IWMPPlayer4Getsettings (CAObjHandle objectHandle,
                                               ERRORINFO *errorInfo,
                                               WMPLibObj_IWMPSettings *ppSettings);

HRESULT CVIFUNC WMPLib_IWMPPlayer4GetcurrentMedia (CAObjHandle objectHandle,
                                                   ERRORINFO *errorInfo,
                                                   WMPLibObj_IWMPMedia *ppMedia);

HRESULT CVIFUNC WMPLib_IWMPPlayer4SetcurrentMedia (CAObjHandle objectHandle,
                                                   ERRORINFO *errorInfo,
                                                   WMPLibObj_IWMPMedia ppMedia);

HRESULT CVIFUNC WMPLib_IWMPPlayer4GetmediaCollection (CAObjHandle objectHandle,
                                                      ERRORINFO *errorInfo,
                                                      WMPLibObj_IWMPMediaCollection *ppMediaCollection);

HRESULT CVIFUNC WMPLib_IWMPPlayer4GetplaylistCollection (CAObjHandle objectHandle,
                                                         ERRORINFO *errorInfo,
                                                         WMPLibObj_IWMPPlaylistCollection *ppPlaylistCollection);

HRESULT CVIFUNC WMPLib_IWMPPlayer4GetversionInfo (CAObjHandle objectHandle,
                                                  ERRORINFO *errorInfo,
                                                  char **pbstrVersionInfo);

HRESULT CVIFUNC WMPLib_IWMPPlayer4launchURL (CAObjHandle objectHandle,
                                             ERRORINFO *errorInfo,
                                             const char *bstrURL);

HRESULT CVIFUNC WMPLib_IWMPPlayer4Getnetwork (CAObjHandle objectHandle,
                                              ERRORINFO *errorInfo,
                                              WMPLibObj_IWMPNetwork *ppQNI);

HRESULT CVIFUNC WMPLib_IWMPPlayer4GetcurrentPlaylist (CAObjHandle objectHandle,
                                                      ERRORINFO *errorInfo,
                                                      WMPLibObj_IWMPPlaylist *ppPL);

HRESULT CVIFUNC WMPLib_IWMPPlayer4SetcurrentPlaylist (CAObjHandle objectHandle,
                                                      ERRORINFO *errorInfo,
                                                      WMPLibObj_IWMPPlaylist ppPL);

HRESULT CVIFUNC WMPLib_IWMPPlayer4GetcdromCollection (CAObjHandle objectHandle,
                                                      ERRORINFO *errorInfo,
                                                      WMPLibObj_IWMPCdromCollection *ppCdromCollection);

HRESULT CVIFUNC WMPLib_IWMPPlayer4GetclosedCaption (CAObjHandle objectHandle,
                                                    ERRORINFO *errorInfo,
                                                    WMPLibObj_IWMPClosedCaption *ppClosedCaption);

HRESULT CVIFUNC WMPLib_IWMPPlayer4GetisOnline (CAObjHandle objectHandle,
                                               ERRORINFO *errorInfo,
                                               VBOOL *pfOnline);

HRESULT CVIFUNC WMPLib_IWMPPlayer4GetError (CAObjHandle objectHandle,
                                            ERRORINFO *errorInfo,
                                            WMPLibObj_IWMPError *ppError);

HRESULT CVIFUNC WMPLib_IWMPPlayer4Getstatus (CAObjHandle objectHandle,
                                             ERRORINFO *errorInfo,
                                             char **pbstrStatus);

HRESULT CVIFUNC WMPLib_IWMPPlayer4Getdvd (CAObjHandle objectHandle,
                                          ERRORINFO *errorInfo,
                                          WMPLibObj_IWMPDVD *ppDVD);

HRESULT CVIFUNC WMPLib_IWMPPlayer4newPlaylist (CAObjHandle objectHandle,
                                               ERRORINFO *errorInfo,
                                               const char *bstrName,
                                               const char *bstrURL,
                                               WMPLibObj_IWMPPlaylist *ppPlaylist);

HRESULT CVIFUNC WMPLib_IWMPPlayer4newMedia (CAObjHandle objectHandle,
                                            ERRORINFO *errorInfo,
                                            const char *bstrURL,
                                            WMPLibObj_IWMPMedia *ppMedia);

HRESULT CVIFUNC WMPLib_IWMPPlayer4Getenabled (CAObjHandle objectHandle,
                                              ERRORINFO *errorInfo,
                                              VBOOL *pbEnabled);

HRESULT CVIFUNC WMPLib_IWMPPlayer4Setenabled (CAObjHandle objectHandle,
                                              ERRORINFO *errorInfo,
                                              VBOOL pbEnabled);

HRESULT CVIFUNC WMPLib_IWMPPlayer4GetfullScreen (CAObjHandle objectHandle,
                                                 ERRORINFO *errorInfo,
                                                 VBOOL *pbFullScreen);

HRESULT CVIFUNC WMPLib_IWMPPlayer4SetfullScreen (CAObjHandle objectHandle,
                                                 ERRORINFO *errorInfo,
                                                 VBOOL pbFullScreen);

HRESULT CVIFUNC WMPLib_IWMPPlayer4GetenableContextMenu (CAObjHandle objectHandle,
                                                        ERRORINFO *errorInfo,
                                                        VBOOL *pbEnableContextMenu);

HRESULT CVIFUNC WMPLib_IWMPPlayer4SetenableContextMenu (CAObjHandle objectHandle,
                                                        ERRORINFO *errorInfo,
                                                        VBOOL pbEnableContextMenu);

HRESULT CVIFUNC WMPLib_IWMPPlayer4SetuiMode (CAObjHandle objectHandle,
                                             ERRORINFO *errorInfo,
                                             const char *pbstrMode);

HRESULT CVIFUNC WMPLib_IWMPPlayer4GetuiMode (CAObjHandle objectHandle,
                                             ERRORINFO *errorInfo,
                                             char **pbstrMode);

HRESULT CVIFUNC WMPLib_IWMPPlayer4GetstretchToFit (CAObjHandle objectHandle,
                                                   ERRORINFO *errorInfo,
                                                   VBOOL *pbEnabled);

HRESULT CVIFUNC WMPLib_IWMPPlayer4SetstretchToFit (CAObjHandle objectHandle,
                                                   ERRORINFO *errorInfo,
                                                   VBOOL pbEnabled);

HRESULT CVIFUNC WMPLib_IWMPPlayer4GetwindowlessVideo (CAObjHandle objectHandle,
                                                      ERRORINFO *errorInfo,
                                                      VBOOL *pbEnabled);

HRESULT CVIFUNC WMPLib_IWMPPlayer4SetwindowlessVideo (CAObjHandle objectHandle,
                                                      ERRORINFO *errorInfo,
                                                      VBOOL pbEnabled);

HRESULT CVIFUNC WMPLib_IWMPPlayer4GetisRemote (CAObjHandle objectHandle,
                                               ERRORINFO *errorInfo,
                                               VBOOL *pvarfIsRemote);

HRESULT CVIFUNC WMPLib_IWMPPlayer4GetplayerApplication (CAObjHandle objectHandle,
                                                        ERRORINFO *errorInfo,
                                                        WMPLibObj_IWMPPlayerApplication *ppIWMPPlayerApplication);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -