GetDrawProp: Get graphic anchor properties   [ 51 ]

Description

This function enables a program to retrieve the properties of a given graphic anchor.  It takes one parameter which is a pointer on an 8 characters string and returns a pointer to a graphic anchor structure. See page Forms & Anchors for a description of that structure.


C calling syntax
drawprop *GetDrawProp (char *ptr);
Cobol calling syntax
Call "GetDrawProp" using by value PTR returning PTDRP