API 설명서 > Miscellaneous > Object ProFileselection > Function ProFileselectionDocNameGet
Function ProFileselectionDocNameGet
Description
If the most recent file selected in ProFileOpen() or one of the related ProFile...Open() functions was secondary content, returns the primary document name.
Synopsis
#include <ProUtil.h>
ProFileselectionDocNameGet
(
ProPath document_name
/* (Out)
The name and extension of the primary document.
*/
)
Returns
The most recent selection was secondary.
The most recent selection was NOT secondary.
document_name was NULL.
User Guide References
도움이 되셨나요?