Changeset 1957 for trunk/src/ole32/stubs.cpp
- Timestamp:
- Dec 3, 1999, 12:57:20 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ole32/stubs.cpp
r1033 r1957 1 /* $Id: stubs.cpp,v 1. 9 1999-09-24 21:49:45 davidrExp $ */1 /* $Id: stubs.cpp,v 1.10 1999-12-03 11:57:20 sandervl Exp $ */ 2 2 /* 3 3 * Win32 COM/OLE stubs for OS/2 … … 177 177 //******************************************************************************* 178 178 //******************************************************************************* 179 HRESULT WIN32API CoSetState() 180 { 181 dprintf(("OLE32: CoSetState, UNKNOWN API - stub")); 182 return 0; 179 HRESULT WIN32API CoSetState(LPDWORD state) 180 { 181 dprintf(("OLE32: CoSetState (%p),stub!\n", state)); 182 if (state) *state = 0; 183 return S_OK; 183 184 } 184 185
Note:
See TracChangeset
for help on using the changeset viewer.