GetBuildOrder method
Retrieves the order of operations used to build the lookup table.
Syntax
HRESULT retVal = object.GetBuildOrder(OpOrder, ulSize);
Parameters
- OpOrder [out]
-
Type: OPIDDXLUTBUILDER
Array of lookup table operations listed in the OPIDDXLUTBUILDER enumeration.
- ulSize [in]
-
Type: unsigned long
Number of lookup table operations in the returned array.
Show: