Changeset 9400 for trunk/src/ole32/stubs.cpp
- Timestamp:
- Nov 12, 2002, 6:07:48 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ole32/stubs.cpp
r7958 r9400 1 /* $Id: stubs.cpp,v 1.2 1 2002-02-19 12:34:50sandervl Exp $ */1 /* $Id: stubs.cpp,v 1.22 2002-11-12 17:06:03 sandervl Exp $ */ 2 2 /* 3 3 * Win32 COM/OLE stubs for OS/2 … … 80 80 //******************************************************************************* 81 81 //******************************************************************************* 82 HRESULT WIN32API CoRegisterMallocSpy(LPMALLOCSPY pMallocSpy)83 {84 dprintf(("OLE32: CoRegisterMallocSpy - stub"));85 return CO_E_OBJISREG;86 }87 //*******************************************************************************88 //*******************************************************************************89 82 HRESULT WIN32API CoReleaseMarshalData(IStream *pStm) 90 83 { 91 84 dprintf(("OLE32: CoReleaseMarshalData - stub")); 92 85 return E_OUTOFMEMORY; 93 }94 //*******************************************************************************95 //*******************************************************************************96 HRESULT WIN32API CoRevokeMallocSpy()97 {98 dprintf(("OLE32: CoRevokeMallocSpy - stub"));99 return E_ACCESSDENIED;100 86 } 101 87 //******************************************************************************* … … 337 323 { 338 324 dprintf(("OLE32: CoImpersonateClient - Stub")); 339 return(S_OK);340 }341 342 //*******************************************************************************343 //*******************************************************************************344 HRESULT WIN32API CoInitializeSecurity( // DCOM - obj_clientserver.h345 PSECURITY_DESCRIPTOR pSecDesc,346 LONG cAuthSvc,347 SOLE_AUTHENTICATION_SERVICE *asAuthSvc,348 void *pReserved1,349 DWORD dwAuthnLevel,350 DWORD dwImpLevel,351 void *pReserved2,352 DWORD dwCapabilities,353 void *pReserved3 )354 {355 dprintf(("OLE32: CoInitializeSecurity - Stub"));356 325 return(S_OK); 357 326 }
Note:
See TracChangeset
for help on using the changeset viewer.