Changeset 223 for Include/objidl.sbp
- Timestamp:
- Apr 30, 2007, 1:56:57 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/objidl.sbp
r211 r223 192 192 Inherits IUnknown 193 193 194 Function CreateStream( 194 Function CreateStream( 195 195 /* [string][in] */ pwcsName As *OLECHAR, 196 196 /* [in] */ grfMode As DWord, … … 198 198 /* [in] */ reserved2 As DWord, 199 199 /* [out] */ ByRef pstm As *IStream) As HRESULT 200 /* [local] */ Function OpenStream( 200 /* [local] */ Function OpenStream( 201 201 /* [string][in] */ pwcsName As *OLECHAR, 202 202 /* [unique][in] */ reserved1 As VoidPtr, … … 204 204 /* [in] */ reserved2 As DWord, 205 205 /* [out] */ ByRef pstm As *IStream) As HRESULT 206 Function CreateStorage( 206 Function CreateStorage( 207 207 /* [string][in] */ pwcsName As *OLECHAR, 208 208 /* [in] */ grfMode As DWord, … … 210 210 /* [in] */ reserved2 As DWord, 211 211 /* [out] */ ByRef pstg As *IStorage) As HRESULT 212 Function OpenStorage( 212 Function OpenStorage( 213 213 /* [string][unique][in] */ pwcsName As *OLECHAR, 214 214 /* [unique][in] */ pstgPriority As IStorage, … … 217 217 /* [in] */ reserved As DWord, 218 218 /* [out] */ ByRef pstg As *IStorage) As HRESULT 219 /* [local] */ Function CopyTo( 219 /* [local] */ Function CopyTo( 220 220 /* [in] */ ciidExclude As DWord, 221 221 /* [size_is][unique][in] */ ByRef rgiidExclude As * /*Const*/ IID, 222 222 /* [unique][in] */ snbExclude As SNB, 223 223 /* [unique][in] */ pstgDest As *IStorage) As HRESULT 224 Function MoveElementTo( 224 Function MoveElementTo( 225 225 /* [string][in] */ pwcsName As *OLECHAR, 226 226 /* [unique][in] */ pstgDest As *IStorage, 227 227 /* [string][in] */ pwcsNewName As *OLECHAR, 228 228 /* [in] */ grfFlags As DWord) As HRESULT 229 Function Commit( 229 Function Commit( 230 230 /* [in] */ grfCommitFlags As DWord) As HRESULT 231 231 Function Revert() As HRESULT 232 /* [local] */ Function EnumElements( 232 /* [local] */ Function EnumElements( 233 233 /* [in] */ reserved1 As DWord, 234 234 /* [size_is][unique][in] */ reserved2 As VoidPtr, 235 235 /* [in] */ reserved3 As DWord, 236 236 /* [out] */ ByRef penum As *IEnumSTATSTG) As HRESULT 237 Function DestroyElement( 237 Function DestroyElement( 238 238 /* [string][in] */ pwcsName As *OLECHAR) As HRESULT 239 Function RenameElement( 239 Function RenameElement( 240 240 /* [string][in] */ pwcsOldName As *OLECHAR, 241 241 /* [string][in] */ pwcsNewName As *OLECHAR) As HRESULT 242 Function SetElementTimes( 242 Function SetElementTimes( 243 243 /* [string][unique][in] */ pwcsName As *OLECHAR, 244 244 /* [unique][in] */ ByRef ctime As /*Const*/ FILETIME, 245 245 /* [unique][in] */ ByRef atime As /*Const*/ FILETIME, 246 246 /* [unique][in] */ ByRef mtime As /*Const*/ FILETIME) As HRESULT 247 Function SetClass( 247 Function SetClass( 248 248 /* [in] */ ByRef clsid As CLSID) As HRESULT 249 Function SetStateBits( 249 Function SetStateBits( 250 250 /* [in] */ grfStateBits As DWord, 251 251 /* [in] */ grfMask As DWord) As HRESULT 252 Function Stat( 252 Function Stat( 253 253 /* [out] */ ByRef statstg As STATSTG, 254 254 /* [in] */ grfStatFlag As DWord) As HRESULT
Note:
See TracChangeset
for help on using the changeset viewer.