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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? vfwmsgs.h

?? Direct8.1SDK 游戲編程必備SDK 8.1版適用范圍廣些
?? H
?? 第 1 頁 / 共 3 頁
字號:
 // no longer used  - but might get
 // our own facility in the future?
 // FacilityNames=(FACILITY_VFW=0x4)
 // To add a message:
 //
 // The MessageId is the number of the message.
 // Accepted severities are 'Success' and 'Warning'.
 //
 // Facility should be FACILITY_ITF (was FACILITY_VFW).
 //
 // The SymbolicName is the name used in the code to identify the message.
 // The text of a message starts the line after 'Language=' and
 // ends before a line with only a '.' in column one.
//
//  Values are 32 bit values layed out as follows:
//
//   3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
//   1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
//  +---+-+-+-----------------------+-------------------------------+
//  |Sev|C|R|     Facility          |               Code            |
//  +---+-+-+-----------------------+-------------------------------+
//
//  where
//
//      Sev - is the severity code
//
//          00 - Success
//          01 - Informational
//          10 - Warning
//          11 - Error
//
//      C - is the Customer code flag
//
//      R - is a reserved bit
//
//      Facility - is the facility code
//
//      Code - is the facility's status code
//
//
// Define the facility codes
//


//
// Define the severity codes
//


//
// MessageId: VFW_E_INVALIDMEDIATYPE
//
// MessageText:
//
//  An invalid media type was specified.%0
//
#define VFW_E_INVALIDMEDIATYPE           ((HRESULT)0x80040200L)

//
// MessageId: VFW_E_INVALIDSUBTYPE
//
// MessageText:
//
//  An invalid media subtype was specified.%0
//
#define VFW_E_INVALIDSUBTYPE             ((HRESULT)0x80040201L)

//
// MessageId: VFW_E_NEED_OWNER
//
// MessageText:
//
//  This object can only be created as an aggregated object.%0
//
#define VFW_E_NEED_OWNER                 ((HRESULT)0x80040202L)

//
// MessageId: VFW_E_ENUM_OUT_OF_SYNC
//
// MessageText:
//
//  The enumerator has become invalid.%0
//
#define VFW_E_ENUM_OUT_OF_SYNC           ((HRESULT)0x80040203L)

//
// MessageId: VFW_E_ALREADY_CONNECTED
//
// MessageText:
//
//  At least one of the pins involved in the operation is already connected.%0
//
#define VFW_E_ALREADY_CONNECTED          ((HRESULT)0x80040204L)

//
// MessageId: VFW_E_FILTER_ACTIVE
//
// MessageText:
//
//  This operation cannot be performed because the filter is active.%0
//
#define VFW_E_FILTER_ACTIVE              ((HRESULT)0x80040205L)

//
// MessageId: VFW_E_NO_TYPES
//
// MessageText:
//
//  One of the specified pins supports no media types.%0
//
#define VFW_E_NO_TYPES                   ((HRESULT)0x80040206L)

//
// MessageId: VFW_E_NO_ACCEPTABLE_TYPES
//
// MessageText:
//
//  There is no common media type between these pins.%0
//
#define VFW_E_NO_ACCEPTABLE_TYPES        ((HRESULT)0x80040207L)

//
// MessageId: VFW_E_INVALID_DIRECTION
//
// MessageText:
//
//  Two pins of the same direction cannot be connected together.%0
//
#define VFW_E_INVALID_DIRECTION          ((HRESULT)0x80040208L)

//
// MessageId: VFW_E_NOT_CONNECTED
//
// MessageText:
//
//  The operation cannot be performed because the pins are not connected.%0
//
#define VFW_E_NOT_CONNECTED              ((HRESULT)0x80040209L)

//
// MessageId: VFW_E_NO_ALLOCATOR
//
// MessageText:
//
//  No sample buffer allocator is available.%0
//
#define VFW_E_NO_ALLOCATOR               ((HRESULT)0x8004020AL)

//
// MessageId: VFW_E_RUNTIME_ERROR
//
// MessageText:
//
//  A run-time error occurred.%0
//
#define VFW_E_RUNTIME_ERROR              ((HRESULT)0x8004020BL)

//
// MessageId: VFW_E_BUFFER_NOTSET
//
// MessageText:
//
//  No buffer space has been set.%0
//
#define VFW_E_BUFFER_NOTSET              ((HRESULT)0x8004020CL)

//
// MessageId: VFW_E_BUFFER_OVERFLOW
//
// MessageText:
//
//  The buffer is not big enough.%0
//
#define VFW_E_BUFFER_OVERFLOW            ((HRESULT)0x8004020DL)

//
// MessageId: VFW_E_BADALIGN
//
// MessageText:
//
//  An invalid alignment was specified.%0
//
#define VFW_E_BADALIGN                   ((HRESULT)0x8004020EL)

//
// MessageId: VFW_E_ALREADY_COMMITTED
//
// MessageText:
//
//  Cannot change allocated memory while the filter is active.%0
//
#define VFW_E_ALREADY_COMMITTED          ((HRESULT)0x8004020FL)

//
// MessageId: VFW_E_BUFFERS_OUTSTANDING
//
// MessageText:
//
//  One or more buffers are still active.%0
//
#define VFW_E_BUFFERS_OUTSTANDING        ((HRESULT)0x80040210L)

//
// MessageId: VFW_E_NOT_COMMITTED
//
// MessageText:
//
//  Cannot allocate a sample when the allocator is not active.%0
//
#define VFW_E_NOT_COMMITTED              ((HRESULT)0x80040211L)

//
// MessageId: VFW_E_SIZENOTSET
//
// MessageText:
//
//  Cannot allocate memory because no size has been set.%0
//
#define VFW_E_SIZENOTSET                 ((HRESULT)0x80040212L)

//
// MessageId: VFW_E_NO_CLOCK
//
// MessageText:
//
//  Cannot lock for synchronization because no clock has been defined.%0
//
#define VFW_E_NO_CLOCK                   ((HRESULT)0x80040213L)

//
// MessageId: VFW_E_NO_SINK
//
// MessageText:
//
//  Quality messages could not be sent because no quality sink has been defined.%0
//
#define VFW_E_NO_SINK                    ((HRESULT)0x80040214L)

//
// MessageId: VFW_E_NO_INTERFACE
//
// MessageText:
//
//  A required interface has not been implemented.%0
//
#define VFW_E_NO_INTERFACE               ((HRESULT)0x80040215L)

//
// MessageId: VFW_E_NOT_FOUND
//
// MessageText:
//
//  An object or name was not found.%0
//
#define VFW_E_NOT_FOUND                  ((HRESULT)0x80040216L)

//
// MessageId: VFW_E_CANNOT_CONNECT
//
// MessageText:
//
//  No combination of intermediate filters could be found to make the connection.%0
//
#define VFW_E_CANNOT_CONNECT             ((HRESULT)0x80040217L)

//
// MessageId: VFW_E_CANNOT_RENDER
//
// MessageText:
//
//  No combination of filters could be found to render the stream.%0
//
#define VFW_E_CANNOT_RENDER              ((HRESULT)0x80040218L)

//
// MessageId: VFW_E_CHANGING_FORMAT
//
// MessageText:
//
//  Could not change formats dynamically.%0
//
#define VFW_E_CHANGING_FORMAT            ((HRESULT)0x80040219L)

//
// MessageId: VFW_E_NO_COLOR_KEY_SET
//
// MessageText:
//
//  No color key has been set.%0
//
#define VFW_E_NO_COLOR_KEY_SET           ((HRESULT)0x8004021AL)

//
// MessageId: VFW_E_NOT_OVERLAY_CONNECTION
//
// MessageText:
//
//  Current pin connection is not using the IOverlay transport.%0
//
#define VFW_E_NOT_OVERLAY_CONNECTION     ((HRESULT)0x8004021BL)

//
// MessageId: VFW_E_NOT_SAMPLE_CONNECTION
//
// MessageText:
//
//  Current pin connection is not using the IMemInputPin transport.%0
//
#define VFW_E_NOT_SAMPLE_CONNECTION      ((HRESULT)0x8004021CL)

//
// MessageId: VFW_E_PALETTE_SET
//
// MessageText:
//
//  Setting a color key would conflict with the palette already set.%0
//
#define VFW_E_PALETTE_SET                ((HRESULT)0x8004021DL)

//
// MessageId: VFW_E_COLOR_KEY_SET
//
// MessageText:
//
//  Setting a palette would conflict with the color key already set.%0
//
#define VFW_E_COLOR_KEY_SET              ((HRESULT)0x8004021EL)

//
// MessageId: VFW_E_NO_COLOR_KEY_FOUND
//
// MessageText:
//
//  No matching color key is available.%0
//
#define VFW_E_NO_COLOR_KEY_FOUND         ((HRESULT)0x8004021FL)

//
// MessageId: VFW_E_NO_PALETTE_AVAILABLE
//
// MessageText:
//
//  No palette is available.%0
//
#define VFW_E_NO_PALETTE_AVAILABLE       ((HRESULT)0x80040220L)

//
// MessageId: VFW_E_NO_DISPLAY_PALETTE
//
// MessageText:
//
//  Display does not use a palette.%0
//
#define VFW_E_NO_DISPLAY_PALETTE         ((HRESULT)0x80040221L)

//
// MessageId: VFW_E_TOO_MANY_COLORS
//
// MessageText:
//
//  Too many colors for the current display settings.%0
//
#define VFW_E_TOO_MANY_COLORS            ((HRESULT)0x80040222L)

//
// MessageId: VFW_E_STATE_CHANGED
//
// MessageText:
//
//  The state changed while waiting to process the sample.%0
//
#define VFW_E_STATE_CHANGED              ((HRESULT)0x80040223L)

//
// MessageId: VFW_E_NOT_STOPPED
//
// MessageText:
//
//  The operation could not be performed because the filter is not stopped.%0
//
#define VFW_E_NOT_STOPPED                ((HRESULT)0x80040224L)

//
// MessageId: VFW_E_NOT_PAUSED
//
// MessageText:
//
//  The operation could not be performed because the filter is not paused.%0
//
#define VFW_E_NOT_PAUSED                 ((HRESULT)0x80040225L)

//
// MessageId: VFW_E_NOT_RUNNING
//
// MessageText:
//
//  The operation could not be performed because the filter is not running.%0
//
#define VFW_E_NOT_RUNNING                ((HRESULT)0x80040226L)

//
// MessageId: VFW_E_WRONG_STATE
//
// MessageText:
//
//  The operation could not be performed because the filter is in the wrong state.%0
//
#define VFW_E_WRONG_STATE                ((HRESULT)0x80040227L)

//
// MessageId: VFW_E_START_TIME_AFTER_END
//
// MessageText:
//
//  The sample start time is after the sample end time.%0
//
#define VFW_E_START_TIME_AFTER_END       ((HRESULT)0x80040228L)

//
// MessageId: VFW_E_INVALID_RECT
//
// MessageText:
//
//  The supplied rectangle is invalid.%0
//
#define VFW_E_INVALID_RECT               ((HRESULT)0x80040229L)

//
// MessageId: VFW_E_TYPE_NOT_ACCEPTED
//
// MessageText:
//
//  This pin cannot use the supplied media type.%0
//
#define VFW_E_TYPE_NOT_ACCEPTED          ((HRESULT)0x8004022AL)

//
// MessageId: VFW_E_SAMPLE_REJECTED
//
// MessageText:
//
//  This sample cannot be rendered.%0

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩电影在线观看电影| 色综合夜色一区| 青青草国产精品亚洲专区无| 亚洲综合无码一区二区| 亚洲三级视频在线观看| 国产精品毛片高清在线完整版| 久久日一线二线三线suv| 精品少妇一区二区三区免费观看 | 日本午夜一本久久久综合| 亚洲一二三区视频在线观看| 一区二区三区小说| 亚洲一区二区三区国产| 日韩和欧美一区二区三区| 日本不卡视频一二三区| 久久精品国产99久久6| 精品综合免费视频观看| 国产一区二区久久| 日韩1区2区日韩1区2区| 奇米精品一区二区三区在线观看一| 精品国产乱码久久久久久蜜臀 | 中文字幕av一区二区三区免费看| 久久综合色8888| 国产欧美一区二区精品婷婷| 国产精品视频免费看| 最新国产成人在线观看| 一区二区三区精品在线观看| 婷婷国产v国产偷v亚洲高清| 蜜臀久久99精品久久久久久9| 黄色资源网久久资源365| 国产成人福利片| 色天天综合色天天久久| 91精品国产综合久久久蜜臀图片 | 美女网站色91| 国产成人av电影免费在线观看| 91亚洲资源网| 91精品中文字幕一区二区三区| 久久婷婷综合激情| 亚洲免费观看高清完整版在线观看熊| 亚洲一区二区三区国产| 狠狠久久亚洲欧美| 91丨porny丨国产| 91精品久久久久久久99蜜桃| 久久久精品欧美丰满| 亚洲激情自拍视频| 国产一区二区在线电影| 在线观看91视频| 久久久久久97三级| 亚洲韩国一区二区三区| 韩国午夜理伦三级不卡影院| 99精品欧美一区二区三区小说| 欧美三级三级三级爽爽爽| 久久精品一区二区三区四区| 亚洲综合自拍偷拍| 国产精品系列在线播放| 在线免费不卡电影| 久久久久久久久久看片| 亚洲五月六月丁香激情| 成人免费黄色大片| 欧美一卡在线观看| 亚洲乱码国产乱码精品精可以看| 精品制服美女久久| 在线观看www91| 国产精品久久久一本精品| 奇米色777欧美一区二区| 91丨porny丨国产| 久久精品水蜜桃av综合天堂| 波多野结衣91| 精品电影一区二区| 亚洲一级电影视频| aaa国产一区| 久久久www免费人成精品| 日韩av电影免费观看高清完整版 | 欧美在线一区二区三区| 亚洲精品一区二区三区四区高清| 亚洲图片欧美色图| 91同城在线观看| 国产欧美一区二区精品忘忧草| 日韩综合一区二区| 一本到三区不卡视频| 中文字幕欧美国产| 国产一区 二区| 日韩一区二区免费电影| 亚洲一区免费观看| aaa国产一区| 国产精品美女久久久久久| 国模大尺度一区二区三区| 在线成人av影院| 亚洲欧美日韩中文字幕一区二区三区| 国产大陆亚洲精品国产| 欧美刺激午夜性久久久久久久| 一级特黄大欧美久久久| 成人精品高清在线| 国产精品视频在线看| 国产精品一区二区三区99| 日韩免费性生活视频播放| 天天色天天操综合| 欧美日韩第一区日日骚| 亚洲国产色一区| 欧美日韩亚洲另类| 亚洲第一成人在线| 欧美日韩国产一级| 丝袜美腿亚洲一区二区图片| 欧美日韩精品免费| 丝袜诱惑制服诱惑色一区在线观看| 欧美性感一区二区三区| 亚洲一区二区欧美日韩 | 久久精品视频一区二区三区| 激情综合色综合久久| 日韩欧美国产一区二区在线播放| 日韩精品久久久久久| 91麻豆精品国产91久久久久久 | 一区二区免费看| 欧美体内she精视频| 在线视频你懂得一区| 一区二区久久久| 欧美裸体一区二区三区| 日韩制服丝袜av| 日韩亚洲欧美综合| 国产美女一区二区| 中文在线一区二区| 色综合天天天天做夜夜夜夜做| 亚洲激情av在线| 制服.丝袜.亚洲.中文.综合| 日韩av在线播放中文字幕| 欧美v亚洲v综合ⅴ国产v| 国产一区二区三区在线看麻豆| 日本一区免费视频| 91麻豆福利精品推荐| 亚洲成人第一页| 欧美一区二区三区日韩| 国产资源在线一区| 国产精品网站在线播放| 91国内精品野花午夜精品 | 成人精品亚洲人成在线| 亚洲精品自拍动漫在线| 欧美日韩一区二区三区不卡| 捆绑调教一区二区三区| 国产精品欧美一级免费| 在线观看国产一区二区| 久久国产成人午夜av影院| 国产欧美日韩精品一区| 色香蕉久久蜜桃| 蜜臀国产一区二区三区在线播放| 亚洲国产精品成人综合色在线婷婷 | 国产三级精品三级在线专区| 99国产精品视频免费观看| 亚洲1区2区3区4区| 国产欧美一区视频| 欧美日韩精品二区第二页| 国内成+人亚洲+欧美+综合在线| 国产精品久久久久一区二区三区共| 91网上在线视频| 奇米影视一区二区三区小说| 中文字幕免费一区| 7799精品视频| 波多野结衣一区二区三区 | 欧美午夜在线观看| 国产精品一二三区| 亚洲18女电影在线观看| 国产午夜精品一区二区| 欧美吻胸吃奶大尺度电影 | 欧美无人高清视频在线观看| 韩国成人在线视频| 亚洲制服欧美中文字幕中文字幕| 精品久久久久久久久久久久包黑料| 91网站在线播放| 国产精品一区二区视频| 日韩电影在线观看电影| 亚洲欧美日韩久久| 久久精品一区四区| 欧美疯狂做受xxxx富婆| www.欧美亚洲| 精品亚洲国产成人av制服丝袜| 亚洲伦理在线免费看| 欧美激情资源网| 日韩免费福利电影在线观看| 99国产精品久久久久| 国产精品18久久久久久久久久久久| 香蕉影视欧美成人| 亚洲乱码国产乱码精品精98午夜| 久久久蜜桃精品| 日韩一区二区免费视频| 在线亚洲一区二区| 成人av在线资源网站| 狠狠色丁香九九婷婷综合五月| 午夜在线电影亚洲一区| 亚洲激情av在线| 亚洲欧洲日本在线| 久久久亚洲精品一区二区三区| 88在线观看91蜜桃国自产| 欧美日韩一区二区三区四区五区 | 国产午夜亚洲精品理论片色戒| 欧美日本韩国一区二区三区视频 | 欧美电影免费观看高清完整版 | 精品日产卡一卡二卡麻豆| 欧美日韩国产综合草草| 欧美亚洲日本国产| 色av一区二区| 91在线视频免费观看| a级精品国产片在线观看|