FccToStr
Return to Top  Previous Page  Next Page
Declaration

function  FccToStr(FourCC: OleVariant): OleVariant; safecall;


Description

The FccToStr method returns text representation for the given FourCC. FourCC should contain the string with hexadecimal representation of desired FourCC.

For example "0x30355844" would be converted in "DX50"