13.07.2015 Views

REFERENCE GUIDE

REFERENCE GUIDE

REFERENCE GUIDE

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

GetPolyFiIIModeGetPolyFiliModeSyntaxint GetPolyFillMode(hDC)function GetPolyFillMode(DC: HDC): Integer;This function retrieves the current polygon-filling mode.Parameters hDC HOC Identifies the device context.Return valueThe return value specifies the polygon-filling mode. It can be anyone ofthe following values:ValueALTERNATEWINDINGMeaningAlternate modeWinding-number modeFor a description of these modes, see the SetPolyFiliMode function, laterin this chapter.GetPriorityClipboardFormat3.0SyntaxParametersReturn valueint GetPriorityClipboardFormat(lpPriorityList, nCount)function GetPriorityClipboardFormat(var PriorityList; Count: Integer):Integer;This function returns the first clipboard format in a list for which dataexist in the clipboard.IpPriorityList WORD FAR * Points to an integer array that contains a list ofclipboard formats in priority order. For a description of thedata formats, see the SetClipboardOata function later in thischapter.nCountint Specifies the number of entries in IpPriorityList. Thisvalue must not be greater than the actual number of entriesin the list.The return value is the highest priority clipboard format in the list forwhich data exist. If no data exist in the clipboard, this function returnsNULL. If data exist in the clipboard which did not match any format inthe list, the return value is -1.334 Software development kit

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!