Function ProOptionOrderedVerify
Description
Determines whether the specified option is available, such as Pro/MESH.
Replacement in Object TOOLKIT:
Synopsis
#include <ProUtil.h>
ProOptionOrderedVerify
(
/* (In)
The option name.
*/
ProBoolean* p_option_exist
/* (Out)
This is PRO_B_TRUE if the option is available. Otherwise, this is PRO_B_FALSE.
*/
)
Returns
The function successfully returned the information.
The specified option is invalid.
The specified option was not found.
Sample Code References
User Guide References
これは役に立ちましたか?