Searched refs:WriteAt (Results 1 - 6 of 6) sorted by relevance
| /vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
| H A D | objidl.idl | 1101 HRESULT WriteAt( 1107 [call_as(WriteAt)]
|
| H A D | objidl.h | 4652 virtual HRESULT STDMETHODCALLTYPE WriteAt( 4703 HRESULT (STDMETHODCALLTYPE *WriteAt)( member in struct:ILockBytesVtbl 4747 #define ILockBytes_WriteAt(This,ulOffset,pv,cb,pcbWritten) (This)->lpVtbl->WriteAt(This,ulOffset,pv,cb,pcbWritten)
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
| H A D | objidl.idl | 1089 HRESULT WriteAt( 1095 [call_as(WriteAt)]
|
| H A D | objidl.h | 4652 virtual HRESULT STDMETHODCALLTYPE WriteAt( 4703 HRESULT (STDMETHODCALLTYPE *WriteAt)( member in struct:ILockBytesVtbl 4747 #define ILockBytes_WriteAt(This,ulOffset,pv,cb,pcbWritten) (This)->lpVtbl->WriteAt(This,ulOffset,pv,cb,pcbWritten)
|
| /vbox/src/VBox/Main/cbinding/ |
| H A D | VBoxCAPI_v4_2.h | 5172 nsresult (*WriteAt)( member in struct:IFile_vtbl
|
| H A D | VBoxCAPI_v4_3.h | 9857 nsresult (*WriteAt)( member in struct:IFile_vtbl 9934 nsresult (*WriteAt)( member in struct:IFileVtbl 9972 #define IFile_WriteAt(p, aOffset, aData, aTimeoutMS, aWritten) ((p)->lpVtbl->WriteAt(p, aOffset, aData, aTimeoutMS, aWritten)) 10067 nsresult (*WriteAt)( member in struct:IGuestFileVtbl 10105 #define IGuestFile_WriteAt(p, aOffset, aData, aTimeoutMS, aWritten) ((p)->lpVtbl->WriteAt(p, aOffset, aData, aTimeoutMS, aWritten))
|
Completed in 273 milliseconds