Difference between revisions of "oapiGetObjectName"
Jump to navigation
Jump to search
m (minor formatting) |
m (sorting specifier) |
||
Line 14: | Line 14: | ||
''name'' must be allocated to at least size ''n'' by the calling function. If the string buffer is not long enough to hold the object name, the name is truncated. | ''name'' must be allocated to at least size ''n'' by the calling function. If the string buffer is not long enough to hold the object name, the name is truncated. | ||
− | [[Category:API]][[Category:Object management]] | + | [[Category:API|GetObjectName]][[Category:Object management|GetObjectName]] |
Revision as of 22:37, 22 July 2005
Returns the name of an object given an object handle.
void oapiGetObjectHandle ( OBJHANDLE hObj, char *name, int n)
Parameters
- hObj
- object handle
- name
- pointer to character array to receive object name
- n
- length of string buffer
Notes
name must be allocated to at least size n by the calling function. If the string buffer is not long enough to hold the object name, the name is truncated.