wmaerr.h

来自「本程序为ST公司开发的源代码」· C头文件 代码 · 共 38 行

H
38
字号
//*@@@+++@@@@******************************************************************//// Microsoft Windows Media// Copyright (C) Microsoft Corporation. All rights reserved.////*@@@---@@@@******************************************************************//+-------------------------------------------------------------------------////  Microsoft Windows Media////  Copyright (C) Microsoft Corporation, 1999 - 1999////  File:       wmaerr.h////--------------------------------------------------------------------------#ifndef WMAERR_H#define WMAERR_H#ifndef _WMAERR_DEFINED#define _WMAERR_DEFINEDtypedef int WMAERR;#endif /* _WMAERR_DEFINED */#define WMAERR_OK               0#define WMAERR_FAIL             1#define WMAERR_INVALIDARG       2#define WMAERR_BUFFERTOOSMALL   3#define WMAERR_INVALIDHEADER    4#define WMAERR_OUTOFMEMORY      5#define WMAERR_CORRUPTDATA      6#define WMAERR_NOTDONE          7 /* need more data to finish the work */#define WMAERR_INVALIDSTATE     8#define WMAERR_FB_NOT_READY     9 /* O.K. need more data to finish the work */#define WMAERR_FB_LAST_FS      10 /* O.K. FS mode, playblock finished */#endif // WMAERR_H

⌨️ 快捷键说明

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