|
Description
Gets the number of measurable character ranges
that are currently set. The character ranges that are set can be
measured in a string by using the GdipMeasureCharacterRanges
function.
Syntax
GpStatus WINGDIPAPI
GdipGetStringFormatMeasurableCharacterRangeCount(
GDIPCONST
GpStringFormat *format,
INT *count
);
PowerBASIC Syntax
DECLARE FUNCTION
GdipGetStringFormatMeasurableCharacterRangeCount ( _
BYVAL pFormat
AS DWORD, _
BYREF count AS
LONG _
) AS LONG
Parameters
format
[in] Pointer to the
StringFormat
object.
count
[out] Pointer
to a variable that receives the number of character ranges that can be
measured by MeasureCharacterRanges.
|