Changeset 303 for trunk/Include/objbase.sbp
- Timestamp:
- Aug 24, 2007, 11:14:46 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/objbase.sbp
r300 r303 107 107 Declare Function CoInitialize Lib "ole32" (pvReserved As VoidPtr) As HRESULT 108 108 Declare Sub CoUninitialize Lib "ole32" () 109 'Declare Sub CoGetMalloc Lib "ole32" (dwMemContext As DWord, ByRef pMalloc As IMalloc) As HRESULT109 'Declare Sub CoGetMalloc Lib "ole32" (dwMemContext As DWord, ByRef Malloc As IMalloc) As HRESULT 110 110 Declare Function CoGetCurrentProcess Lib "ole32" () As DWord 111 'Declare Function CoRegisterMallocSpy Lib "ole32" ( pMallocSpy As *IMallocSpy) As HRESULT111 'Declare Function CoRegisterMallocSpy Lib "ole32" (ByRef MallocSpy As IMallocSpy) As HRESULT 112 112 Declare Function CoRevokeMallocSpy Lib "ole32" () As HRESULT 113 'Declare Function CoCreateStandardMalloc Lib "ole32" (memctx As DWord, ByRef pMalloc As *IMalloc) As HRESULT113 'Declare Function CoCreateStandardMalloc Lib "ole32" (memctx As DWord, ByRef Malloc As IMalloc) As HRESULT 114 114 115 115 … … 129 129 '#if (_WIN32_WINNT >= &h0501) 130 130 ' 注意:このcokkieは本来ULARGE_INTEGER型 131 'Declare Function CoRegisterInitializeSpy Lib "ole32" ( pSpy As *IInitializeSpy, ByRef uliCokkie As QWord) As HRESULT131 'Declare Function CoRegisterInitializeSpy Lib "ole32" (Spy As IInitializeSpy, ByRef uliCokkie As QWord) As HRESULT 132 132 Declare Function CoRevokeInitializeSpy Lib "ole32" (uliCookie As QWord) As HRESULT 133 133 … … 179 179 180 180 /* Registering surrogate processes */ 181 'Declare Function CoRegisterSurrogate Lib "ole32" ( pSurrogate As *ISurrogate) As HRESULT181 'Declare Function CoRegisterSurrogate Lib "ole32" (Surrogate As ISurrogate) As HRESULT 182 182 183 183 /* marshaling interface pointers */
Note:
See TracChangeset
for help on using the changeset viewer.