Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Applications use the methods of the IDirectXFileBinary interface to read and retrieve information about binary data. Deprecated.
Members
The IDirectXFileBinary interface inherits from IDirectXFileObject. IDirectXFileBinary also has these types of members:
Methods
The IDirectXFileBinary interface has these methods.
| Method | Description |
|---|---|
| GetMimeType | Retrieves the Multipurpose Internet Mail Extensions (MIME) type for the binary data. Deprecated. |
| GetSize | Retrieves the size of the binary data. Deprecated. |
| Read | Reads the binary data. Deprecated. |
Remarks
The GUID for the IDirectXFileBinary interface is IID_IDirectXFileBinary.
The LPDIRECTXFileBinary type is defined as a pointer to this interface.
typedef interface IDirectXFileBinary *LPDIRECTXFILEBINARY;
Requirements
| Requirement | Value |
|---|---|
| Header |
|
| Library |
|
See also