Ignore:
Timestamp:
Nov 12, 2002, 6:07:48 PM (23 years ago)
Author:
sandervl
Message:

Wine resync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/stubs.cpp

    r7958 r9400  
    1 /* $Id: stubs.cpp,v 1.21 2002-02-19 12:34:50 sandervl Exp $ */
     1/* $Id: stubs.cpp,v 1.22 2002-11-12 17:06:03 sandervl Exp $ */
    22/*
    33 * Win32 COM/OLE stubs for OS/2
     
    8080//*******************************************************************************
    8181//*******************************************************************************
    82 HRESULT WIN32API CoRegisterMallocSpy(LPMALLOCSPY pMallocSpy)
    83 {
    84     dprintf(("OLE32: CoRegisterMallocSpy - stub"));
    85     return CO_E_OBJISREG;
    86 }
    87 //*******************************************************************************
    88 //*******************************************************************************
    8982HRESULT WIN32API CoReleaseMarshalData(IStream *pStm)
    9083{
    9184    dprintf(("OLE32: CoReleaseMarshalData - stub"));
    9285    return E_OUTOFMEMORY;
    93 }
    94 //*******************************************************************************
    95 //*******************************************************************************
    96 HRESULT WIN32API CoRevokeMallocSpy()
    97 {
    98     dprintf(("OLE32: CoRevokeMallocSpy - stub"));
    99     return E_ACCESSDENIED;
    10086}
    10187//*******************************************************************************
     
    337323{
    338324    dprintf(("OLE32: CoImpersonateClient - Stub"));
    339     return(S_OK);
    340 }
    341 
    342 //*******************************************************************************
    343 //*******************************************************************************
    344 HRESULT WIN32API CoInitializeSecurity(          // DCOM - obj_clientserver.h
    345     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"));
    356325    return(S_OK);
    357326}
Note: See TracChangeset for help on using the changeset viewer.