Lines Matching refs:HRESULT

89     [propget] HRESULT Name( [out] BSTR *pname);
90 [propput] HRESULT Name( [in] BSTR name );
91 [propget] HRESULT Size( [out] CY *psize );
92 [propput] HRESULT Size( [in] CY size );
93 [propget] HRESULT Bold( [out] BOOL *pbold );
94 [propput] HRESULT Bold( [in] BOOL bold );
95 [propget] HRESULT Italic( [out] BOOL *pitalic );
96 [propput] HRESULT Italic( [in] BOOL italic );
97 [propget] HRESULT Underline( [out] BOOL *punderline );
98 [propput] HRESULT Underline( [in] BOOL underline );
99 [propget] HRESULT Strikethrough( [out] BOOL *pstrikethrough );
100 [propput] HRESULT Strikethrough( [in] BOOL strikethrough );
101 [propget] HRESULT Weight( [out] SHORT *pweight );
102 [propput] HRESULT Weight( [in] SHORT weight );
103 [propget] HRESULT Charset( [out] SHORT *pcharset );
104 [propput] HRESULT Charset( [in] SHORT charset );
105 [propget] HRESULT hFont( [out] HFONT *phfont );
106 HRESULT Clone( [out] IFont **ppfont );
107 HRESULT IsEqual( [in] IFont *pFontOther );
108 HRESULT SetRatio( [in] LONG cyLogical, [in] LONG cyHimetric );
109 HRESULT QueryTextMetrics( [out] TEXTMETRICOLE * ptm );
110 HRESULT AddRefHfont( [in] HFONT hfont );
111 HRESULT ReleaseHfont( [in] HFONT hfont );
112 HRESULT SetHdc( [in] HDC hdc );
168 [propget] HRESULT Handle( [out] OLE_HANDLE *pHandle );
169 [propget] HRESULT hPal( [out] OLE_HANDLE *phPal );
170 [propget] HRESULT Type( [out] SHORT *pType );
171 [propget] HRESULT Width( [out] OLE_XSIZE_HIMETRIC *pWidth );
172 [propget] HRESULT Height( [out] OLE_YSIZE_HIMETRIC *pHeight );
174 HRESULT Render(
186 HRESULT set_hPal( [in] OLE_HANDLE hPal );
188 [propget] HRESULT CurDC( [out] HDC *phDC );
190 HRESULT SelectPicture(
195 [propget] HRESULT KeepOriginalFormat( [out] BOOL *pKeep );
197 [propput] HRESULT KeepOriginalFormat( [in] BOOL keep );
199 HRESULT PictureChanged();
201 HRESULT SaveAsFile(
206 [propget] HRESULT Attributes( [out] DWORD *pDwAttr );
251 HRESULT GetControlInfo( [out] CONTROLINFO *pCI );
252 HRESULT OnMnemonic( [in] MSG *pMsg );
253 HRESULT OnAmbientPropertyChange( [in] DISPID dispID );
254 HRESULT FreezeEvents( [in] BOOL bFreeze );
285 HRESULT OnControlInfoChanged();
287 HRESULT LockInPlaceActive( [in] BOOL fLock );
289 HRESULT GetExtendedControl( [out] IDispatch ** ppDisp );
291 HRESULT TransformCoords(
296 HRESULT TranslateAccelerator( [in] MSG *pMsg, [in] DWORD grfModifiers );
298 HRESULT OnFocus( [in] BOOL fGotFocus );
300 HRESULT ShowPropertyFrame();
321 HRESULT OnInPlaceActivateEx( [out] BOOL * pfNoRedraw, [in] DWORD dwFlags );
322 HRESULT OnInPlaceDeactivateEx( [in] BOOL fNoRedraw );
323 HRESULT RequestUIActivate();
347 HRESULT CanWindowlessActivate();
349 HRESULT GetCapture();
351 HRESULT SetCapture( [in] BOOL fCapture );
353 HRESULT GetFocus();
355 HRESULT SetFocus( [in] BOOL fFocus );
357 HRESULT GetDC(
362 HRESULT ReleaseDC( [in] HDC hDC );
364 HRESULT InvalidateRect(
368 HRESULT InvalidateRgn(
372 HRESULT ScrollRect(
378 HRESULT AdjustRect( [in, out] LPRECT prc );
380 HRESULT OnDefWindowMessage(
401 HRESULT OnWindowMessage(
407 HRESULT GetDropTarget( [out] IDropTarget **ppDropTarget );
430 HRESULT GetLicInfo( [out] LICINFO *pLicInfo );
432 HRESULT RequestLicKey(
437 HRESULT CreateInstanceLic(
445 HRESULT RemoteCreateInstanceLic(
507 HRESULT GetRect(
511 HRESULT GetViewStatus( [out] DWORD *pdwStatus );
513 HRESULT QueryHitPoint(
520 HRESULT QueryHitRect(
527 HRESULT GetNaturalExtent (
553 HRESULT GetClassInfo( [out] ITypeInfo ** ppTI );
574 HRESULT GetGUID(
596 HRESULT GetMultiTypeInfoCount(
599 HRESULT GetInfoOfIndex(
625 HRESULT GetConnectionInterface( [out] IID *pIID );
626 HRESULT GetConnectionPointContainer( [out] IConnectionPointContainer **ppCPC );
627 HRESULT Advise( [in] IUnknown *pUnkSink, [out] DWORD *pdwCookie );
628 HRESULT Unadvise( [in] DWORD dwCookie );
629 HRESULT EnumConnections( [out] IEnumConnections **ppEnum );
646 HRESULT EnumConnectionPoints( [out] IEnumConnectionPoints **ppEnum );
647 HRESULT FindConnectionPoint( [in] REFIID riid, [out] IConnectionPoint **ppCP );
670 HRESULT Next(
676 HRESULT RemoteNext(
681 HRESULT Skip( [in] ULONG cConnections );
683 HRESULT Reset();
685 HRESULT Clone( [out] IEnumConnections **ppEnum );
702 HRESULT Next(
708 HRESULT RemoteNext(
713 HRESULT Skip( [in] ULONG cConnections );
715 HRESULT Reset();
717 HRESULT Clone( [out] IEnumConnectionPoints **ppEnum );
744 HRESULT SetPageSite( [in] IPropertyPageSite *pPageSite );
746 HRESULT Activate(
751 HRESULT Deactivate();
753 HRESULT GetPageInfo( [out] PROPPAGEINFO *pPageInfo );
755 HRESULT SetObjects(
759 HRESULT Show( [in] UINT nCmdShow );
761 HRESULT Move( [in] LPCRECT pRect );
763 HRESULT IsPageDirty();
765 HRESULT Apply();
767 HRESULT Help( [in] LPCOLESTR pszHelpDir );
769 HRESULT TranslateAccelerator( [in] MSG *pMsg );
785 HRESULT EditProperty( [in] DISPID dispID );
808 HRESULT OnStatusChange( [in] DWORD dwFlags );
809 HRESULT GetLocaleID( [out] LCID *pLocaleID );
810 HRESULT GetPageContainer( [out] IUnknown **ppUnk );
811 HRESULT TranslateAccelerator( [in] MSG *pMsg );
827 HRESULT OnChanged( [in] DISPID dispID );
828 HRESULT OnRequestEdit( [in] DISPID dispID );
844 HRESULT PreMessageFilter(
852 HRESULT PostMessageFilter(
874 HRESULT IsDirty();
875 HRESULT Load( [in] LPSTREAM pStm );
876 HRESULT Save( [in] LPSTREAM pStm, [in] BOOL fClearDirty );
877 HRESULT GetSizeMax( [out] ULARGE_INTEGER *pcbSize );
878 HRESULT InitNew();
894 HRESULT IsDirty();
897 HRESULT Load(
902 HRESULT RemoteLoad(
907 HRESULT Save(
913 HRESULT RemoteSave(
918 HRESULT GetSizeMax( [out] ULONG *pCbSize );
919 HRESULT InitNew();
935 HRESULT InitNew();
937 HRESULT Load(
941 HRESULT Save(
981 HRESULT Read(
986 [out] HRESULT *phrError);
988 HRESULT Write(
993 HRESULT CountProperties(
996 HRESULT GetPropertyInfo(
1002 HRESULT LoadObject(
1022 HRESULT InitNew();
1024 HRESULT Load(
1028 HRESULT Save(
1033 HRESULT IsDirty();
1055 HRESULT GetPages( [out] CAUUID *pPages );
1083 HRESULT GetDisplayString(
1087 HRESULT MapPropertyToPage(
1091 HRESULT GetPredefinedStrings(
1096 HRESULT GetPredefinedValue(
1119 HRESULT RemoteOnViewStatusChange( [in] DWORD dwViewStatus );
1135 HRESULT GetActivationPolicy(
1138 HRESULT OnInactiveMouseMove(
1144 HRESULT OnInactiveSetCursor(
1165 HRESULT SetSite(
1168 HRESULT GetSite(
1187 HRESULT Do( [in] IOleUndoManager *pUndoManager );
1188 HRESULT GetDescription( [out] BSTR *pBstr );
1189 HRESULT GetUnitType( [out] CLSID *pClsid, [out] LONG *plID );
1190 HRESULT OnNextAdd();
1206 HRESULT Open( [in] IOleParentUndoUnit *pPUU );
1207 HRESULT Close( [in] IOleParentUndoUnit *pPUU, [in] BOOL fCommit );
1208 HRESULT Add( [in] IOleUndoUnit *pUU );
1209 HRESULT FindUnit( [in] IOleUndoUnit *pUU );
1210 HRESULT GetParentState( [out] DWORD *pdwState );
1227 HRESULT Next(
1233 HRESULT RemoteNext(
1238 HRESULT Skip( [in] ULONG cElt );
1240 HRESULT Reset();
1242 HRESULT Clone( [out] IEnumOleUndoUnits **ppEnum );
1259 HRESULT Open( [in] IOleParentUndoUnit *pPUU );
1260 HRESULT Close( [in] IOleParentUndoUnit *pPUU, [in] BOOL fCommit );
1261 HRESULT Add( [in] IOleUndoUnit *pUU );
1262 HRESULT GetOpenParentState( [out] DWORD *pdwState );
1263 HRESULT DiscardFrom( [in] IOleUndoUnit *pUU );
1264 HRESULT UndoTo( [in] IOleUndoUnit *pUU );
1265 HRESULT RedoTo( [in] IOleUndoUnit *pUU );
1266 HRESULT EnumUndoable( [out] IEnumOleUndoUnits **ppEnum );
1267 HRESULT EnumRedoable( [out] IEnumOleUndoUnits **ppEnum );
1268 HRESULT GetLastUndoDescription( [out] BSTR *pBstr );
1269 HRESULT GetLastRedoDescription( [out] BSTR *pBstr );
1270 HRESULT Enable( [in] BOOL fEnable );
1331 HRESULT QuickActivate(
1336 HRESULT RemoteQuickActivate(
1340 HRESULT SetContentExtent( [in] LPSIZEL pSizel );
1342 HRESULT GetContentExtent( [out] LPSIZEL pSizel );