亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來(lái)到蟲(chóng)蟲(chóng)下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲(chóng)蟲(chóng)下載站

?? msado15.tlh

?? 數(shù)據(jù)庫(kù)操作-ADO篇
?? TLH
?? 第 1 頁(yè) / 共 5 頁(yè)
字號(hào):
    virtual HRESULT __stdcall raw_Resync (
        enum ResyncEnum ResyncValues ) = 0;
    virtual HRESULT __stdcall raw_CancelUpdate ( ) = 0;
};

struct __declspec(uuid("0000054c-0000-0010-8000-00aa006d2ea4"))
Field20 : _ADO
{
    //
    // Property data
    //

    __declspec(property(get=GetValue,put=PutValue))
    _variant_t Value;
    __declspec(property(get=GetName))
    _bstr_t Name;
    __declspec(property(get=GetType,put=PutType))
    enum DataTypeEnum Type;
    __declspec(property(get=GetDefinedSize,put=PutDefinedSize))
    long DefinedSize;
    __declspec(property(get=GetOriginalValue))
    _variant_t OriginalValue;
    __declspec(property(get=GetUnderlyingValue))
    _variant_t UnderlyingValue;
    __declspec(property(get=GetActualSize))
    long ActualSize;
    __declspec(property(get=GetPrecision,put=PutPrecision))
    unsigned char Precision;
    __declspec(property(get=GetNumericScale,put=PutNumericScale))
    unsigned char NumericScale;
    __declspec(property(get=GetAttributes,put=PutAttributes))
    long Attributes;
    __declspec(property(get=GetDataFormat,put=PutRefDataFormat))
    IUnknownPtr DataFormat;

    //
    // Wrapper methods for error-handling
    //

    long GetActualSize ( );
    long GetAttributes ( );
    long GetDefinedSize ( );
    _bstr_t GetName ( );
    enum DataTypeEnum GetType ( );
    _variant_t GetValue ( );
    void PutValue (
        const _variant_t & pvar );
    unsigned char GetPrecision ( );
    unsigned char GetNumericScale ( );
    HRESULT AppendChunk (
        const _variant_t & Data );
    _variant_t GetChunk (
        long Length );
    _variant_t GetOriginalValue ( );
    _variant_t GetUnderlyingValue ( );
    IUnknownPtr GetDataFormat ( );
    void PutRefDataFormat (
        IUnknown * ppiDF );
    void PutPrecision (
        unsigned char pbPrecision );
    void PutNumericScale (
        unsigned char pbNumericScale );
    void PutType (
        enum DataTypeEnum pDataType );
    void PutDefinedSize (
        long pl );
    void PutAttributes (
        long pl );

    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_ActualSize (
        long * pl ) = 0;
    virtual HRESULT __stdcall get_Attributes (
        long * pl ) = 0;
    virtual HRESULT __stdcall get_DefinedSize (
        long * pl ) = 0;
    virtual HRESULT __stdcall get_Name (
        BSTR * pbstr ) = 0;
    virtual HRESULT __stdcall get_Type (
        enum DataTypeEnum * pDataType ) = 0;
    virtual HRESULT __stdcall get_Value (
        VARIANT * pvar ) = 0;
    virtual HRESULT __stdcall put_Value (
        VARIANT pvar ) = 0;
    virtual HRESULT __stdcall get_Precision (
        unsigned char * pbPrecision ) = 0;
    virtual HRESULT __stdcall get_NumericScale (
        unsigned char * pbNumericScale ) = 0;
    virtual HRESULT __stdcall raw_AppendChunk (
        VARIANT Data ) = 0;
    virtual HRESULT __stdcall raw_GetChunk (
        long Length,
        VARIANT * pvar ) = 0;
    virtual HRESULT __stdcall get_OriginalValue (
        VARIANT * pvar ) = 0;
    virtual HRESULT __stdcall get_UnderlyingValue (
        VARIANT * pvar ) = 0;
    virtual HRESULT __stdcall get_DataFormat (
        IUnknown * * ppiDF ) = 0;
    virtual HRESULT __stdcall putref_DataFormat (
        IUnknown * ppiDF ) = 0;
    virtual HRESULT __stdcall put_Precision (
        unsigned char pbPrecision ) = 0;
    virtual HRESULT __stdcall put_NumericScale (
        unsigned char pbNumericScale ) = 0;
    virtual HRESULT __stdcall put_Type (
        enum DataTypeEnum pDataType ) = 0;
    virtual HRESULT __stdcall put_DefinedSize (
        long pl ) = 0;
    virtual HRESULT __stdcall put_Attributes (
        long pl ) = 0;
};

struct __declspec(uuid("00000569-0000-0010-8000-00aa006d2ea4"))
Field : Field20
{
    //
    // Property data
    //

    __declspec(property(get=GetStatus))
    long Status;

    //
    // Wrapper methods for error-handling
    //

    long GetStatus ( );

    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_Status (
        long * pFStatus ) = 0;
};

struct __declspec(uuid("0000050c-0000-0010-8000-00aa006d2ea4"))
_Parameter : _ADO
{
    //
    // Property data
    //

    __declspec(property(get=GetValue,put=PutValue))
    _variant_t Value;
    __declspec(property(get=GetName,put=PutName))
    _bstr_t Name;
    __declspec(property(get=GetType,put=PutType))
    enum DataTypeEnum Type;
    __declspec(property(get=GetDirection,put=PutDirection))
    enum ParameterDirectionEnum Direction;
    __declspec(property(get=GetPrecision,put=PutPrecision))
    unsigned char Precision;
    __declspec(property(get=GetNumericScale,put=PutNumericScale))
    unsigned char NumericScale;
    __declspec(property(get=GetSize,put=PutSize))
    long Size;
    __declspec(property(get=GetAttributes,put=PutAttributes))
    long Attributes;

    //
    // Wrapper methods for error-handling
    //

    _bstr_t GetName ( );
    void PutName (
        _bstr_t pbstr );
    _variant_t GetValue ( );
    void PutValue (
        const _variant_t & pvar );
    enum DataTypeEnum GetType ( );
    void PutType (
        enum DataTypeEnum psDataType );
    void PutDirection (
        enum ParameterDirectionEnum plParmDirection );
    enum ParameterDirectionEnum GetDirection ( );
    void PutPrecision (
        unsigned char pbPrecision );
    unsigned char GetPrecision ( );
    void PutNumericScale (
        unsigned char pbScale );
    unsigned char GetNumericScale ( );
    void PutSize (
        long pl );
    long GetSize ( );
    HRESULT AppendChunk (
        const _variant_t & Val );
    long GetAttributes ( );
    void PutAttributes (
        long plParmAttribs );

    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_Name (
        BSTR * pbstr ) = 0;
    virtual HRESULT __stdcall put_Name (
        BSTR pbstr ) = 0;
    virtual HRESULT __stdcall get_Value (
        VARIANT * pvar ) = 0;
    virtual HRESULT __stdcall put_Value (
        VARIANT pvar ) = 0;
    virtual HRESULT __stdcall get_Type (
        enum DataTypeEnum * psDataType ) = 0;
    virtual HRESULT __stdcall put_Type (
        enum DataTypeEnum psDataType ) = 0;
    virtual HRESULT __stdcall put_Direction (
        enum ParameterDirectionEnum plParmDirection ) = 0;
    virtual HRESULT __stdcall get_Direction (
        enum ParameterDirectionEnum * plParmDirection ) = 0;
    virtual HRESULT __stdcall put_Precision (
        unsigned char pbPrecision ) = 0;
    virtual HRESULT __stdcall get_Precision (
        unsigned char * pbPrecision ) = 0;
    virtual HRESULT __stdcall put_NumericScale (
        unsigned char pbScale ) = 0;
    virtual HRESULT __stdcall get_NumericScale (
        unsigned char * pbScale ) = 0;
    virtual HRESULT __stdcall put_Size (
        long pl ) = 0;
    virtual HRESULT __stdcall get_Size (
        long * pl ) = 0;
    virtual HRESULT __stdcall raw_AppendChunk (
        VARIANT Val ) = 0;
    virtual HRESULT __stdcall get_Attributes (
        long * plParmAttribs ) = 0;
    virtual HRESULT __stdcall put_Attributes (
        long plParmAttribs ) = 0;
};

struct __declspec(uuid("0000050d-0000-0010-8000-00aa006d2ea4"))
Parameters : _DynaCollection
{
    //
    // Property data
    //

    __declspec(property(get=GetItem))
    _ParameterPtr Item[];

    //
    // Wrapper methods for error-handling
    //

    _ParameterPtr GetItem (
        const _variant_t & Index );

    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_Item (
        VARIANT Index,
        struct _Parameter * * ppvObject ) = 0;
};

struct __declspec(uuid("0000054e-0000-0010-8000-00aa006d2ea4"))
_Command : Command15
{
    //
    // Property data
    //

    __declspec(property(get=GetState))
    long State;

    //
    // Wrapper methods for error-handling
    //

    long GetState ( );
    HRESULT Cancel ( );

    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_State (
        long * plObjState ) = 0;
    virtual HRESULT __stdcall raw_Cancel ( ) = 0;
};

struct __declspec(uuid("00000402-0000-0010-8000-00aa006d2ea4"))
ConnectionEventsVt : IUnknown
{
    //
    // Wrapper methods for error-handling
    //

    HRESULT InfoMessage (
        struct Error * pError,
        enum EventStatusEnum * adStatus,
        struct _Connection * pConnection );
    HRESULT BeginTransComplete (
        long TransactionLevel,
        struct Error * pError,
        enum EventStatusEnum * adStatus,
        struct _Connection * pConnection );
    HRESULT CommitTransComplete (
        struct Error * pError,
        enum EventStatusEnum * adStatus,
        struct _Connection * pConnection );
    HRESULT RollbackTransComplete (
        struct Error * pError,
        enum EventStatusEnum * adStatus,
        struct _Connection * pConnection );
    HRESULT WillExecute (
        BSTR * Source,
        enum CursorTypeEnum * CursorType,
        enum LockTypeEnum * LockType,
        long * Options,
        enum EventStatusEnum * adStatus,
        struct _Command * pCommand,
        struct _Recordset * pRecordset,
        struct _Connection * pConnection );
    HRESULT ExecuteComplete (
        long RecordsAffected,
        struct Error * pError,
        enum EventStatusEnum * adStatus,
        struct _Command * pCommand,
        struct _Recordset * pRecordset,
        struct _Connection * pConnection );
    HRESULT WillConnect (
        BSTR * ConnectionString,
        BSTR * UserID,
        BSTR * Password,
        long * Options,
        enum EventStatusEnum * adStatus,
        struct _Connection * pConnection );
    HRESULT ConnectComplete (
        struct Error * pError,
        enum EventStatusEnum * adStatus,
        struct _Connection * pConnection );
    HRESULT Disconnect (
        enum EventStatusEnum * adStatus,
        struct _Connection * pConnection );

    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall raw_InfoMessage (
        struct Error * pError,
        enum EventStatusEnum * adStatus,
        struct _Connection * pConnection ) = 0;
    virtual HRESULT __stdcall raw_BeginTransComplete (
        long TransactionLevel,
        struct Error * pError,
        enum EventStatusEnum * adStatus,
        struct _Connection * pConnection ) = 0;
    virtual HRESULT __stdcall raw_CommitTransComplete (
        struct Error * pError,
        enum EventStatusEnum * adStatus,
        struct _Connection * pConnection ) = 0;
    virtual HRESULT __stdcall raw_RollbackTransComplete (
        struct Error * pError,
        enum EventStatusEnum * adStatus,
        struct _Connection * pConnection ) = 0;
    virtual HRESULT __stdcall raw_WillExecute (
        BSTR * Source,
        enum CursorTypeEnum * CursorType,
        enum LockTypeEnum * LockType,
        long * Options,
        enum EventStatusEnum * adStatus,
        struct _Command * pCommand,
        struct _Recordset * pRecordset,
        struct _Connection * pConnection ) = 0;
    virtual HRESULT __stdcall raw_ExecuteComplete (
        long RecordsAffected,
        struct Error * pError,
        enum EventStatusEnum * adStatus,
        struct _Command * pCommand,
        struct _Recordset * pRecordset,
        struct _Connection * pConnection ) = 0;
    virtual HRESULT __stdcall raw_WillConnect (
        BSTR * ConnectionString,
        BSTR * UserID,
        BSTR * Password,
        long * Options,
        enum EventStatusEnum * adStatus,
        struct _Connection * pConnection ) = 0;
    virtual HRESULT __stdcall raw_ConnectComplete (
        struct Error * pError,
        enum EventStatusEnum * adStatus,
        struct _Connection * pConnection ) = 0;
    virtual HRESULT __stdcall raw_Disconnect (
        enum EventStatusEnum * adStatus,
        struct _Connection * pConnection ) = 0;
};

struct __declspec(uuid("00000403-0000-0010-8000-00aa006d2ea4"))
RecordsetEventsVt : IUnknown
{
    //
    // Wrapper methods for error-handling
    //

    HRESULT WillChangeField (
        long cFields,
        const _variant_t & Fields,
        enum EventStatusEnum * adStatus,
        struct _Recordset * pRecordset );
    HRESULT FieldChangeComplete (
        long cFields,
        const _variant_t & Fields,
        struct Error * pError,
        enum EventStatusEnum * adStatus,
        struct _Recordset * pRecordset );
    HRESULT WillChangeRecord (
        enum EventReasonEnum adReason,
        long cRecords,
        enum EventStatusEnum * adStatus,
        struct _Recordset * pRecordset );
    HRESULT RecordChangeComplete (
        enum EventReasonEnum adReason,
        long cRecords,
        struct Error * pError,
        enum EventStatusEnum * adStatus,
        struct _Recordset * pRecordset );
    HRESULT WillChangeRecordset (
        enum EventReasonEnum adReason,
        enum EventStatusEnum * adStatus,
        struct _Recordset * pRecordset );
    HRESULT RecordsetChangeComplete (
        enum EventReasonEnum adReason,
        struct Error * pError,
        enum EventStatusEnum * adStatus,
        struct _Recordset * pRecordset );
    HRESULT WillMove (
        enum EventReasonEnum adReason,
        enum EventStatusEnum * adStatus,
        struct _Recordset * pRecordset );
    HRESULT MoveComplete (
        enum EventReasonEnum adReason,
        struct Error * pError,
        enum EventStatusEnum * adStatus,
        struct _Recordset * pRecordset );
    HRESULT EndOfRecordset (
        VARIANT_BOOL * f

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久综合狠狠综合久久综合88 | 国产一区二区视频在线| 亚洲一区二区三区四区五区中文| 中文一区在线播放| 国产精品天干天干在线综合| 国产视频在线观看一区二区三区 | 国产天堂亚洲国产碰碰| 精品第一国产综合精品aⅴ| 日韩色在线观看| 精品国产一区二区三区四区四| 日韩一区二区三区在线| 欧美xxxxx裸体时装秀| 欧美岛国在线观看| 久久久亚洲精华液精华液精华液| 日韩三级伦理片妻子的秘密按摩| 亚洲美腿欧美偷拍| 亚洲欧洲一区二区三区| 国产欧美一区二区三区鸳鸯浴| 国产亚洲精品7777| 一区二区中文视频| 亚洲国产日韩精品| 日韩精品乱码免费| 韩国三级电影一区二区| 国产福利一区二区三区| 成人av午夜影院| 色综合久久88色综合天天6 | 欧美成人a∨高清免费观看| 精品国产一区二区精华| 亚洲国产高清不卡| 一区二区三区成人| 免费一级片91| 国产毛片一区二区| 91蜜桃免费观看视频| 欧美日韩国产系列| 亚洲精品一区二区三区香蕉| 免费人成精品欧美精品| 国产成人8x视频一区二区| k8久久久一区二区三区| 91激情五月电影| 国产亚洲成aⅴ人片在线观看| 色综合天天视频在线观看| 色综合天天狠狠| 日韩午夜小视频| 国产精品污污网站在线观看| 亚洲午夜激情网站| 国产一区二区三区四区五区入口| 成人福利视频在线| 91精品在线一区二区| 国产人久久人人人人爽| 一区二区成人在线视频| 国产永久精品大片wwwapp| 一本色道久久综合精品竹菊| 欧美一区二区黄色| 亚洲欧洲日韩在线| 美腿丝袜亚洲综合| 色香色香欲天天天影视综合网| 日韩精品中文字幕一区| 亚洲色图20p| 国产一区二区三区在线观看免费视频| 一本到三区不卡视频| 精品国精品自拍自在线| 一区二区在线电影| 国产精品一区二区无线| 欧美蜜桃一区二区三区 | 丝袜a∨在线一区二区三区不卡| 国产成人精品亚洲日本在线桃色 | 国产精品免费网站在线观看| 色婷婷综合久久| 精品国产乱码久久久久久1区2区 | 91福利在线免费观看| 久久精品日产第一区二区三区高清版| 亚洲国产精品嫩草影院| www.亚洲人| 国产日韩在线不卡| 美女网站视频久久| 欧美日韩在线播放| 最新国产精品久久精品| 国产在线精品一区二区夜色 | 亚洲欧洲三级电影| 国产精品一色哟哟哟| 制服.丝袜.亚洲.另类.中文| 亚洲精品日日夜夜| 成人动漫av在线| 国产日本一区二区| 狠狠色狠狠色综合日日91app| 欧美精品日韩一本| 亚洲一区自拍偷拍| 色狠狠一区二区| 亚洲色图欧美偷拍| 99精品一区二区三区| 亚洲国产精品精华液ab| 国产在线乱码一区二区三区| 日韩三级视频中文字幕| 日本一区中文字幕| 91精品蜜臀在线一区尤物| 亚洲午夜三级在线| 欧亚一区二区三区| 一级日本不卡的影视| 中文字幕av免费专区久久| 国内精品免费在线观看| 日韩精品一区二区三区在线观看| 婷婷一区二区三区| 欧美日韩色综合| 亚洲午夜电影在线| 欧美日韩三级一区二区| 午夜精品福利一区二区三区av| 在线精品视频免费播放| 亚洲午夜久久久| 欧美日韩精品电影| 日韩高清不卡在线| 欧美一级日韩免费不卡| 蜜臀99久久精品久久久久久软件| 欧美一区二区视频观看视频| 蜜桃视频第一区免费观看| 欧美成人性战久久| 国产精品一区二区在线观看不卡| 欧美韩日一区二区三区| 成人伦理片在线| 亚洲免费在线观看视频| 色欧美片视频在线观看在线视频| 一区二区三区精品在线| 欧美日韩不卡在线| 麻豆成人综合网| 国产无遮挡一区二区三区毛片日本| 国产成人免费视频网站| 亚洲欧洲av一区二区三区久久| 色婷婷国产精品| 视频一区视频二区中文| 欧美成人a∨高清免费观看| 国产精品一区二区三区四区| 中文字幕一区二区日韩精品绯色| 91久久久免费一区二区| 日本强好片久久久久久aaa| 久久婷婷色综合| 91欧美激情一区二区三区成人| 亚洲午夜激情av| 精品国产乱码久久久久久图片| 成人美女视频在线观看| 亚洲成av人片观看| 久久综合五月天婷婷伊人| gogo大胆日本视频一区| 五月天网站亚洲| 国产欧美一区视频| 欧美最猛黑人xxxxx猛交| 久久国产精品72免费观看| 国产精品白丝在线| 欧美丰满少妇xxxbbb| 国产精品亚洲视频| 亚洲国产精品影院| 久久久综合九色合综国产精品| 色8久久人人97超碰香蕉987| 免费国产亚洲视频| 国产精品成人免费在线| 91精品国产乱码久久蜜臀| 成人av资源下载| 蜜桃久久久久久| 亚洲精品高清视频在线观看| 欧美成人aa大片| 91官网在线免费观看| 国产成人av资源| 日韩一区欧美二区| 亚洲视频狠狠干| 2020日本不卡一区二区视频| 一本色道综合亚洲| 国产麻豆成人精品| 午夜精品一区二区三区电影天堂| 中文字幕欧美三区| 日韩精品一区二区三区四区视频| 日本精品裸体写真集在线观看| 国产毛片精品视频| 天天av天天翘天天综合网色鬼国产| 国产欧美一区二区在线观看| 欧美日本一区二区| 一本高清dvd不卡在线观看| 国内一区二区视频| 日韩激情视频网站| 亚洲精品ww久久久久久p站| 久久精品一区二区| 精品乱人伦小说| 欧美精品自拍偷拍| 一本一道波多野结衣一区二区| 床上的激情91.| 久久成人综合网| 日韩国产精品久久久| 一区二区三区av电影| 亚洲国产精品高清| 久久在线免费观看| 精品日韩一区二区三区免费视频| 欧美日本一道本在线视频| 日本韩国欧美在线| 99re成人精品视频| 不卡的电影网站| 高清在线不卡av| 国产一区二区三区在线看麻豆| 日本系列欧美系列| 日韩黄色免费网站| 天天做天天摸天天爽国产一区 | 香蕉成人伊视频在线观看| 一区二区三区中文在线| 亚洲美女电影在线|