API 설명서 > Windows and views > Object ProWindow > Function ProWindowActivate
Function ProWindowActivate
Description
Activates the specified window.
NOTES:
This does not take effect until control returns to Creo Parametric.
This function works in asynchronous graphic mode only. When a call is made to this function, the control should be returned to Creo Parametric to activate the specified window. You can regain control by registering callback using ProUIDialogAppActionSet()
Replacement in Object TOOLKIT:
Synopsis
#include <ProWindows.h>
ProWindowActivate
(
int window
/* (In)
The handle to the Creo Parametric window
*/
)
Returns
The function successfully activated the window.
The input argument is invalid.
The function was called in RPC input (non-graphic) mode
The function failed.
See Also
Sample Code References
User Guide References
도움이 되셨나요?