stdafx.h

来自「windows ce Camera demo」· C头文件 代码 · 共 18 行

H
18
字号
#include <windows.h>
#include <winbase.h>
#include <atlbase.h>

#include <streams.h>
#include <dmodshow.h>
#include <dmoreg.h>
#include <wmcodecids.h>

#include "common.h"
#include "CPropertyBag.h"
#include "graphmanager.h"
#include "appwindow.h"

#define CHK( x ) do{ if( FAILED( hr = ( x ))) { goto Cleanup; }} while( FALSE );
#define ERR( x ) do{ hr = x; goto Cleanup; } while( FALSE );

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?