Pointer
to an array of cSets elements indicating the type of the corresponding set.
Each element in this array is a LONG value indicating the type of the corresponding
local identifier:
LCIDT_FONT
LCIDT_BITMAP
paszNames (PSTR8) - input
Pointer
to an array of eight-character names associated with the corresponding lcids.
For a bit map, the name string is filled with 0s.
paLcid (PLONG) - input
Pointer
to an array of cSets elements to which the lcids are returned.
lRange (ULONG) - input
Indicates
whether GPI, or AVIO local identifiers, or both are to be returned.
Valid ranges are:
LCID_RANGE_GPI
LCID_RANGE_AVIO
LCID_RANGE_BOTH
LCID_AVIO_1,
LCID_AVIO_2, and LCID_AVIO_3 represent AVIO sets of 1, 2, and 3.
pInstance (PVOID) - input
Pointer
to instance data.
lFunction (ULONG) - input
High-order
WORD=flags; low-order WORD=NGreQuerySetIds.
fSuccess (BOOL) - returns
Return
codes.
On completion, the handling routine must return BOOLEAN (fSuccess).
TRUE
FALSE
Possible
Errors Detected: When an error is detected, the graphics engine calls
WinSetErrorInfo to post the condition. Reasons for failure of this function
include:
Refer to the "Error Explanations"
section of the Presentation Manager Programming Reference for further
explanation.
[Back: GreQuerySetIds Return Value - fSuccess]
[Next: GreQuerySetIds - Remarks]