API 설명서 > Selection > Object ProSelection > Callback ProSelectionStartNotify
Callback ProSelectionStartNotify
Description
Allows applications to make their media ready for ProSelect interaction.This is called once upon entering ProSelect().
Synopsis
#include <ProSelection.h>
void
(*ProSelectionStartNotify)
(
ProAppData ext_data
/* (In)
The user data passed to ProSelect()
*/
)
Returns
Accept the selection.
Other
Ignore the selection.
User Guide References
도움이 되셨나요?