Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Defines status conditions for the IMFASFSplitter::GetNextSample method.
Syntax
typedef enum ASF_STATUSFLAGS {
ASF_STATUSFLAGS_INCOMPLETE = 0x1,
ASF_STATUSFLAGS_NONFATAL_ERROR = 0x2
} ;
Constants
ASF_STATUSFLAGS_INCOMPLETEValue: 0x1 The operation is incomplete. |
ASF_STATUSFLAGS_NONFATAL_ERRORValue: 0x2 One or more non-critical errors occurred while parsing the ASF data. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | wmcontainer.h |