Ignore:
Timestamp:
Aug 2, 2000, 6:32:43 PM (25 years ago)
Author:
bird
Message:

Added the CVS keyword Id.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/olepro32/olepro32.cpp

    r2842 r3931  
     1/* $Id: olepro32.cpp,v 1.2 2000-08-02 16:29:41 bird Exp $ */
    12/*
    23 * OlePro32 Stubs
     
    3132        return S_OK;
    3233}
    33  
     34
    3435/*****************************************************
    3536 * OleCreatePropertyFrame
     
    3738HRESULT WINAPI OleCreatePropertyFrame( HWND hwndOwner, UINT x, UINT y,
    3839                        LPCOLESTR lpszCaption,ULONG cObjects, LPUNKNOWN* ppUnk,
    39                         ULONG cPages, LPCLSID pPageClsID, LCID lcid, 
     40                        ULONG cPages, LPCLSID pPageClsID, LCID lcid,
    4041                        DWORD dwReserved, LPVOID pvReserved )
    4142{
     
    4546        return S_OK;
    4647}
    47  
     48
    4849/*****************************************************
    4950 * OleLoadPicture
     
    5758        return S_OK;
    5859}
    59  
     60
    6061HRESULT WINAPI DllUnregisterServer()
    6162{
Note: See TracChangeset for help on using the changeset viewer.