Changeset 160 for Include/objbase.sbp


Ignore:
Timestamp:
Mar 13, 2007, 1:13:06 AM (17 years ago)
Author:
イグトランス (egtra)
Message:

API宣言の追加(主にフォーラムに投稿されたものより)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/objbase.sbp

    r1 r160  
    104104' IStream Interface
    105105'-------------------
    106 
    107 Type STATSTG
    108     pwcsName As LPOLESTR
    109     dwType As DWord
    110     cbSize As ULARGE_INTEGER
    111     ntime As FILETIME
    112     ctime As FILETIME
    113     atime As FILETIME
    114     grfMode As DWord
    115     grfLocksSupported As DWord
    116     clsid As CLSID
    117     grfStateBits As DWord
    118     reserved As DWord
    119 End Type
    120106
    121107Const CLSCTX_INPROC_SERVER     = &H01
Note: See TracChangeset for help on using the changeset viewer.