|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <string.h>#include "windef.h"#include "winbase.h"#include "wingdi.h"#include "winuser.h"#include "winerror.h"#include "objbase.h"#include "servprov.h"#include "comcat.h"#include "docobj.h"#include "shobjidl.h"#include "wine/debug.h"
Go to the source code of this file.
Macros | |
| #define | COBJMACROS |
| #define COBJMACROS |
Definition at line 24 of file usrmarshal.c.
| HRESULT CALLBACK ICatInformation_EnumClassesOfCategories_Proxy | ( | ICatInformation * | This, |
| ULONG | cImplemented, | ||
| CATID | rgcatidImpl[], | ||
| ULONG | cRequired, | ||
| CATID | rgcatidReq[], | ||
| IEnumCLSID ** | ppenumClsid | ||
| ) |
Definition at line 67 of file usrmarshal.c.
| HRESULT __RPC_STUB ICatInformation_EnumClassesOfCategories_Stub | ( | ICatInformation * | This, |
| ULONG | cImplemented, | ||
| CATID | rgcatidImpl[], | ||
| ULONG | cRequired, | ||
| CATID | rgcatidReq[], | ||
| IEnumCLSID ** | ppenumClsid | ||
| ) |
Definition at line 80 of file usrmarshal.c.
| HRESULT CALLBACK ICatInformation_IsClassOfCategories_Proxy | ( | ICatInformation * | This, |
| REFCLSID | rclsid, | ||
| ULONG | cImplemented, | ||
| CATID | rgcatidImpl[], | ||
| ULONG | cRequired, | ||
| CATID | rgcatidReq[] | ||
| ) |
Definition at line 93 of file usrmarshal.c.
| HRESULT __RPC_STUB ICatInformation_IsClassOfCategories_Stub | ( | ICatInformation * | This, |
| REFCLSID | rclsid, | ||
| ULONG | cImplemented, | ||
| CATID | rgcatidImpl[], | ||
| ULONG | cRequired, | ||
| CATID | rgcatidReq[] | ||
| ) |
Definition at line 106 of file usrmarshal.c.
| HRESULT CALLBACK IEnumOleDocumentViews_Next_Proxy | ( | IEnumOleDocumentViews * | This, |
| ULONG | cViews, | ||
| IOleDocumentView ** | rgpView, | ||
| ULONG * | pcFetched | ||
| ) |
Definition at line 151 of file usrmarshal.c.
| HRESULT __RPC_STUB IEnumOleDocumentViews_Next_Stub | ( | IEnumOleDocumentViews * | This, |
| ULONG | cViews, | ||
| IOleDocumentView ** | rgpView, | ||
| ULONG * | pcFetched | ||
| ) |
Definition at line 161 of file usrmarshal.c.
| HRESULT CALLBACK IEnumShellItems_Next_Proxy | ( | IEnumShellItems * | This, |
| ULONG | celt, | ||
| IShellItem ** | rgelt, | ||
| ULONG * | pceltFetched | ||
| ) |
Definition at line 171 of file usrmarshal.c.
| HRESULT __RPC_STUB IEnumShellItems_Next_Stub | ( | IEnumShellItems * | This, |
| ULONG | celt, | ||
| IShellItem ** | rgelt, | ||
| ULONG * | pceltFetched | ||
| ) |
Definition at line 183 of file usrmarshal.c.
| HRESULT __RPC_STUB IFolderView2_GetGroupBy_Proxy | ( | IFolderView2 * | This, |
| PROPERTYKEY * | pkey, | ||
| BOOL * | ascending | ||
| ) |
Definition at line 252 of file usrmarshal.c.
| HRESULT __RPC_STUB IFolderView2_GetGroupBy_Stub | ( | IFolderView2 * | This, |
| PROPERTYKEY * | pkey, | ||
| BOOL * | ascending | ||
| ) |
Definition at line 243 of file usrmarshal.c.
Definition at line 227 of file usrmarshal.c.
| HRESULT __RPC_STUB IModalWindow_Show_Stub | ( | IModalWindow * | This, |
| HWND | hwndOwner | ||
| ) |
Definition at line 235 of file usrmarshal.c.
| HRESULT CALLBACK IPrint_Print_Proxy | ( | IPrint * | This, |
| DWORD | grfFlags, | ||
| DVTARGETDEVICE ** | pptd, | ||
| PAGESET ** | ppPageSet, | ||
| STGMEDIUM * | pstgmOptions, | ||
| IContinueCallback * | pcallback, | ||
| LONG | nFirstPage, | ||
| LONG * | pcPagesPrinted, | ||
| LONG * | pnLastPage | ||
| ) |
Definition at line 119 of file usrmarshal.c.
| HRESULT __RPC_STUB IPrint_Print_Stub | ( | IPrint * | This, |
| DWORD | grfFlags, | ||
| DVTARGETDEVICE ** | pptd, | ||
| PAGESET ** | ppPageSet, | ||
| RemSTGMEDIUM * | pstgmOptions, | ||
| IContinueCallback * | pcallback, | ||
| LONG | nFirstPage, | ||
| LONG * | pcPagesPrinted, | ||
| LONG * | pnLastPage | ||
| ) |
Definition at line 135 of file usrmarshal.c.
| HRESULT CALLBACK IServiceProvider_QueryService_Proxy | ( | IServiceProvider * | This, |
| REFGUID | guidService, | ||
| REFIID | riid, | ||
| void ** | ppvObject | ||
| ) |
Definition at line 41 of file usrmarshal.c.
| HRESULT __RPC_STUB IServiceProvider_QueryService_Stub | ( | IServiceProvider * | This, |
| REFGUID | guidService, | ||
| REFIID | riid, | ||
| IUnknown ** | ppvObject | ||
| ) |
Definition at line 54 of file usrmarshal.c.
| WINE_DEFAULT_DEBUG_CHANNEL | ( | actxprxy | ) |