Changeset 3931 for trunk/src/olepro32/olepro32.cpp
- Timestamp:
- Aug 2, 2000, 6:32:43 PM (25 years ago)
- 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 $ */ 1 2 /* 2 3 * OlePro32 Stubs … … 31 32 return S_OK; 32 33 } 33 34 34 35 /***************************************************** 35 36 * OleCreatePropertyFrame … … 37 38 HRESULT WINAPI OleCreatePropertyFrame( HWND hwndOwner, UINT x, UINT y, 38 39 LPCOLESTR lpszCaption,ULONG cObjects, LPUNKNOWN* ppUnk, 39 ULONG cPages, LPCLSID pPageClsID, LCID lcid, 40 ULONG cPages, LPCLSID pPageClsID, LCID lcid, 40 41 DWORD dwReserved, LPVOID pvReserved ) 41 42 { … … 45 46 return S_OK; 46 47 } 47 48 48 49 /***************************************************** 49 50 * OleLoadPicture … … 57 58 return S_OK; 58 59 } 59 60 60 61 HRESULT WINAPI DllUnregisterServer() 61 62 {
Note:
See TracChangeset
for help on using the changeset viewer.