Changeset 223 for Include/objidl.sbp


Ignore:
Timestamp:
Apr 30, 2007, 1:56:57 PM (17 years ago)
Author:
イグトランス (egtra)
Message:

Controlがコンパイルできるように修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/objidl.sbp

    r211 r223  
    192192    Inherits IUnknown
    193193
    194     Function CreateStream( 
     194    Function CreateStream(
    195195        /* [string][in] */ pwcsName As *OLECHAR,
    196196        /* [in] */ grfMode As DWord,
     
    198198        /* [in] */ reserved2 As DWord,
    199199        /* [out] */ ByRef pstm As *IStream) As HRESULT
    200     /* [local] */ Function OpenStream( 
     200    /* [local] */ Function OpenStream(
    201201        /* [string][in] */ pwcsName As *OLECHAR,
    202202        /* [unique][in] */ reserved1 As VoidPtr,
     
    204204        /* [in] */ reserved2 As DWord,
    205205        /* [out] */ ByRef pstm As *IStream) As HRESULT
    206     Function CreateStorage( 
     206    Function CreateStorage(
    207207        /* [string][in] */ pwcsName As *OLECHAR,
    208208        /* [in] */ grfMode As DWord,
     
    210210        /* [in] */ reserved2 As DWord,
    211211        /* [out] */ ByRef pstg As *IStorage) As HRESULT
    212     Function OpenStorage( 
     212    Function OpenStorage(
    213213        /* [string][unique][in] */ pwcsName As *OLECHAR,
    214214        /* [unique][in] */ pstgPriority As IStorage,
     
    217217        /* [in] */ reserved As DWord,
    218218        /* [out] */ ByRef pstg As *IStorage) As HRESULT
    219     /* [local] */ Function CopyTo( 
     219    /* [local] */ Function CopyTo(
    220220        /* [in] */ ciidExclude As DWord,
    221221        /* [size_is][unique][in] */ ByRef rgiidExclude As * /*Const*/ IID,
    222222        /* [unique][in] */ snbExclude As SNB,
    223223        /* [unique][in] */ pstgDest As *IStorage) As HRESULT
    224     Function MoveElementTo( 
     224    Function MoveElementTo(
    225225        /* [string][in] */ pwcsName As *OLECHAR,
    226226        /* [unique][in] */ pstgDest As *IStorage,
    227227        /* [string][in] */ pwcsNewName As *OLECHAR,
    228228        /* [in] */ grfFlags As DWord) As HRESULT
    229     Function Commit( 
     229    Function Commit(
    230230        /* [in] */ grfCommitFlags As DWord) As HRESULT
    231231    Function Revert() As HRESULT
    232     /* [local] */ Function EnumElements( 
     232    /* [local] */ Function EnumElements(
    233233        /* [in] */ reserved1 As DWord,
    234234        /* [size_is][unique][in] */ reserved2 As VoidPtr,
    235235        /* [in] */ reserved3 As DWord,
    236236        /* [out] */ ByRef penum As *IEnumSTATSTG) As HRESULT
    237     Function DestroyElement( 
     237    Function DestroyElement(
    238238        /* [string][in] */ pwcsName As *OLECHAR) As HRESULT
    239     Function RenameElement( 
     239    Function RenameElement(
    240240        /* [string][in] */ pwcsOldName As *OLECHAR,
    241241        /* [string][in] */ pwcsNewName As *OLECHAR) As HRESULT
    242     Function SetElementTimes( 
     242    Function SetElementTimes(
    243243            /* [string][unique][in] */ pwcsName As *OLECHAR,
    244244            /* [unique][in] */ ByRef ctime As /*Const*/ FILETIME,
    245245            /* [unique][in] */ ByRef atime As /*Const*/ FILETIME,
    246246            /* [unique][in] */ ByRef mtime As /*Const*/ FILETIME) As HRESULT
    247     Function SetClass( 
     247    Function SetClass(
    248248            /* [in] */ ByRef clsid As CLSID) As HRESULT
    249     Function SetStateBits( 
     249    Function SetStateBits(
    250250            /* [in] */ grfStateBits As DWord,
    251251            /* [in] */ grfMask As DWord) As HRESULT
    252     Function Stat( 
     252    Function Stat(
    253253            /* [out] */ ByRef statstg As STATSTG,
    254254            /* [in] */ grfStatFlag As DWord) As HRESULT
Note: See TracChangeset for help on using the changeset viewer.