SEDRIS Reference Manual
APPENDIX C - Transmittal Access Level 0 API Auxiliary Functions
Functions
SE SizeOfSearchValueType
extern SE_Status_Code
SE_SizeOfSearchValueType
(
SE_Search_Value_Type  value_type,1
SE_Integer_Unsigned  *result_out_ptr2
);

Definition

Retrieves the size of the given search type.


Returns

SE_STATCODE_SUCCESS and *result_out_ptr is set to the appropriate value, if valid parameters were passed in.
SE_STATCODE_INACTIONABLE_FAILURE and *result_out_ptr is set to zero (0), if value_type is invalid.

Parameters Notes

1 represents the search type whose size is being computed

2 pointer to variable in the user's memory space where the answer will be placed.


Prev: SE_PrintVolumetricShape. Next: SE_ValidAPIFunction. Up:Index.