User`s manual

Reference Manual 133
Parameters
info: [In] structure contains OSD output information.
X OSDTextoutInfo structure:
typedef struct
{
unsigned short TotalLength;
unsigned short text[MAX_OSDSTRING_LEN];
} OSDTextoutInfo;
Description: TotalLength: Describes the length of OSD frame
contained in text[].
Text[]: OSD frame in word, refer to OSD programming chapter
for OSD frame structure.
Return Value
HRESULT
2. IOSD::Show
The Show method sends the firmware the command to start
OSD.
Syntax
HRESULT Textout(
);
Parameters
Null
Return Value
HRESULT