Function ProUILayoutIsMapped
Description
Determines the state of the "mapped" flag.
Synopsis
#include <ProUILayout.h>
ProUILayoutIsMapped
(
char* dialog
/* (In)
The name of the dialog that contains the layout
*/
char* component
/* (In)
The name of the layout component
*/
ProBoolean* state
/* (Out)
PRO_B_TRUE if the layout is mapped, PRO_B_FALSE otherwise.
*/
)
Returns
The function was successful
The function failed
One or more input arguments was invalid.
User Guide References
これは役に立ちましたか?