API 설명서 > Drawings and detail > Object ProDtlnotedata > Function ProDtlnotedataReadonlyGet
Function ProDtlnotedataReadonlyGet
Description
Gets read-only flag for the specified note.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlnote.h>
ProDtlnotedataReadonlyGet
(
/* (In)
The note data.
*/
ProBoolean* read_only
/* (Out)
PRO_B_TRUE if note is read-only, PRO_B_FALSE otherwise
*/
)
Returns
Success;
One or more arguments was invalid.
Sample Code References
User Guide References
도움이 되셨나요?