KVHTMLSetStyleSheet()

This function is called directly and is used to specify the full path and file name of an external Cascading Style Sheet (CSS).

NOTE: You cannot retrieve the CSS if you have set bNoPictures to TRUE (see KVHTMLOptionsEx).

Syntax

BOOL pascal KVHTMLSetStyleSheet(
    void    *pContext,
    char    *pszStyleSheetName,
    char    *pszUrlRef);

Arguments

pContext

A pointer returned from fpInit() or fpInitWithLicenseData().

pszStyleSheetName

A pointer to the full path and file name of the style sheet.

pszUrlRef

A pointer to the URL or file name of style sheet.

Returns

Discussion