Changeset 10185 for trunk/src/olepro32
- Timestamp:
 - Jul 28, 2003, 1:35:32 PM (22 years ago)
 - Location:
 - trunk/src/olepro32
 - Files:
 - 
      
- 2 edited
 
- 
          
  olepro32.cpp (modified) (5 diffs)
 - 
          
  olepro32.def (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/olepro32/olepro32.cpp
r3931 r10185 1 /* $Id: olepro32.cpp,v 1. 2 2000-08-02 16:29:41 birdExp $ */1 /* $Id: olepro32.cpp,v 1.3 2003-07-28 11:29:30 sandervl Exp $ */ 2 2 /* 3 3 * OlePro32 Stubs … … 59 59 } 60 60 61 HRESULT WINAPI DllUnregisterServer()61 HRESULT WINAPI OLEPRO32_DllUnregisterServer() 62 62 { 63 63 dprintf(("not implemented (olepro32.dll) \n")); … … 65 65 } 66 66 67 HRESULT WINAPI DllRegisterServer()67 HRESULT WINAPI OLEPRO32_DllRegisterServer() 68 68 { 69 69 dprintf(("not implemented (olepro32.dll) \n")); … … 71 71 } 72 72 73 HRESULT WINAPI DllCanUnloadNow( )73 HRESULT WINAPI OLEPRO32_DllCanUnloadNow( ) 74 74 { 75 75 dprintf(("not implemented (olepro32.dll) \n")); … … 77 77 } 78 78 79 HRESULT WINAPI DllGetClassObject( REFCLSID rclsid, REFIID riid, LPVOID* ppv )79 HRESULT WINAPI OLEPRO32_DllGetClassObject( REFCLSID rclsid, REFIID riid, LPVOID* ppv ) 80 80 { 81 81 dprintf(("not implemented (olepro32.dll) \n"));  - 
      
trunk/src/olepro32/olepro32.def
r4809 r10185 1 ; $Id: olepro32.def,v 1. 2 2000-12-16 22:53:33 birdExp $1 ; $Id: olepro32.def,v 1.3 2003-07-28 11:29:30 sandervl Exp $ 2 2 3 3 ; … … 9 9 10 10 EXPORTS 11 OleIconToCursor = _OleIconToCursor@8@24812 OleCreatePropertyFrameIndirect = _OleCreatePropertyFrameIndirect@4 @24913 OleCreatePropertyFrame = _OleCreatePropertyFrame@44 @25014 OleLoadPicture = _OleLoadPicture@20@25115 OleCreatePictureIndirect = _OleCreatePictureIndirect@16 @25216 OleCreateFontIndirect = _OleCreateFontIndirect@12 @25317 OleTranslateColor = _OleTranslateColor@12 @25418 DllCanUnloadNow =_DllCanUnloadNow@0 @25519 DllGetClassObject = _ DllGetClassObject@12 @25620 DllRegisterServer = _ DllRegisterServer@0 @25721 DllUnregisterServer = _ DllUnregisterServer@0 @25811 OleIconToCursor = _OleIconToCursor@8 @248 12 OleCreatePropertyFrameIndirect = _OleCreatePropertyFrameIndirect@4 @249 13 OleCreatePropertyFrame = _OleCreatePropertyFrame@44 @250 14 OleLoadPicture = _OleLoadPicture@20 @251 15 OleCreatePictureIndirect = _OleCreatePictureIndirect@16 @252 16 OleCreateFontIndirect = _OleCreateFontIndirect@12 @253 17 OleTranslateColor = _OleTranslateColor@12 @254 18 DllCanUnloadNow = _OLEPRO32_DllCanUnloadNow@0 @255 19 DllGetClassObject = _OLEPRO32_DllGetClassObject@12 @256 20 DllRegisterServer = _OLEPRO32_DllRegisterServer@0 @257 21 DllUnregisterServer = _OLEPRO32_DllUnregisterServer@0 @258  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  