Lines Matching refs:HRESULT

79     HRESULT GetSwitches([out] DWORD * pSwitches);
80 HRESULT SetSwitches([in] DWORD Switches);
81 HRESULT GetCaps([out] DDCAPS * pCaps);
82 HRESULT GetEmulatedCaps([out] DDCAPS *pCaps);
83 HRESULT GetSurfaceDesc([out] DDSURFACEDESC * pSurfaceDesc);
84 HRESULT GetFourCCCodes([out] DWORD * pCount, [out] DWORD * pCodes);
85 HRESULT SetDirectDraw([in] LPDIRECTDRAW pDirectDraw);
86 HRESULT GetDirectDraw([out] LPDIRECTDRAW * ppDirectDraw);
87 HRESULT GetSurfaceType([out] DWORD * pSurfaceType);
88 HRESULT SetDefault();
89 HRESULT UseScanLine([in] long UseScanLine);
90 HRESULT CanUseScanLine([out] long * UseScanLine);
91 HRESULT UseOverlayStretch([in] long UseOverlayStretch);
92 HRESULT CanUseOverlayStretch([out] long * UseOverlayStretch);
93 HRESULT UseWhenFullScreen([in] long UseWhenFullScreen);
94 HRESULT WillUseFullScreen([out] long * UseWhenFullScreen);
105 [propget] HRESULT FramesDroppedInRenderer([out] int * pcFrames);
106 [propget] HRESULT FramesDrawn([out] int * pcFramesDrawn);
107 [propget] HRESULT AvgFrameRate([out] int * piAvgFrameRate);
108 [propget] HRESULT Jitter([out] int * iJitter);
109 [propget] HRESULT AvgSyncOffset([out] int * piAvg);
110 [propget] HRESULT DevSyncOffset([out] int * piDev);
120 HRESULT CountModes([out] long * pModes);
121 HRESULT GetModeInfo([in] long Mode, [out] long * pWidth, [out] long * pHeight, [out] long * pDepth);
122 HRESULT GetCurrentMode([out] long * pMode);
123 HRESULT IsModeAvailable([in] long Mode);
124 HRESULT IsModeEnabled([in] long Mode);
125 HRESULT SetEnabled([in] long Mode, [in] long bEnabled);
126 HRESULT GetClipFactor([out] long * pClipFactor);
127 HRESULT SetClipFactor([in] long ClipFactor);
128 HRESULT SetMessageDrain([in] HWND hwnd);
129 HRESULT GetMessageDrain([out] HWND * hwnd);
130 HRESULT SetMonitor([in] long Monitor);
131 HRESULT GetMonitor([out] long * Monitor);
132 HRESULT HideOnDeactivate([in] long Hide);
133 HRESULT IsHideOnDeactivate();
134 HRESULT SetCaption([in] BSTR strCaption);
135 HRESULT GetCaption([out] BSTR * pstrCaption);
136 HRESULT SetDefault();
147 HRESULT SetAcceleratorTable([in] HWND hwnd, [in] HACCEL hAccel);
148 HRESULT GetAcceleratorTable([out] HWND * phwnd, [out] HACCEL * phAccel);
149 HRESULT KeepPixelAspectRatio([in] long KeepAspect);
151 HRESULT IsKeepPixelAspectRatio([out] long * pKeepAspect);
162 HRESULT SetLeadPin([in] int iPin);
163 HRESULT GetLeadPin([out] int * piPin);
164 HRESULT GetInputPinCount([out] int * piPinCount);
165 HRESULT IsUsingClock([out] int * pbValue);
166 HRESULT SetUsingClock([in] int bValue);
167 HRESULT GetClockPeriod([out] int * pbValue);
168 HRESULT SetClockPeriod([in] int bValue);