|
SEDRIS Reference Manual
APPENDIX C - Transmittal Access Level 0 API Auxiliary Functions Functions SE InitializeHierarchyOrderParameters |
|---|
| extern SE_Status_Code | |||
| SE_InitializeHierarchyOrderParameters | |||
| ( | |||
| SE_Hierarchy_Order_Parameters | * | params_ptr | (notes) |
| ); | |||
Initializes an SE_Hierarchy_Order_Parameters variable.
| SE_STAT_CODE_SUCCESS | and *params_ptr is initialized, if a valid parameter was passed in. |
| SE_STAT_CODE_INACTIONABLE_FAILURE | and no changes are made, if the call fails for any reason. |
pointer to the SE_Hierarchy_Order_Parameters to be
initialized
Prev: SE_FreeTimeSelectParameters.
Next: SE_InitializeHierarchySelectParameters.
Up:Index.
|