Query: dwtdrmgetresourcecontext
OS: ultrix
Section: 3dwt
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DwtDrmGetResourceContext(3Dwt) DwtDrmGetResourceContext(3Dwt) Name DwtDrmGetResourceContext - Gets a resource context. Syntax #include <X11/DwtAppl.h> Cardinal DwtDrmGetResourceContext(alloc_func, free_func, size, context_id_return) char *((*alloc_func) ()); void (*free_func) (); DRMSize size; DRMResourceContextPtr *context_id_return; Arguments alloc_func Specifies the function to use in allocating memory for this resource context. A NULL pointer means use the default, which is XtMalloc. free_func Specifies the function to use in freeing memory for this context. A NULL pointer means use the default, which is XtFree. size Specifies the size of the memory buffer to allocate. context_id_return Returns the new resource context. Description The DwtDrmGetResourceContext function allocates a new resource context and a memory buffer of the requested size. It then associates the buffer with the context. Return Values This function returns one of these status return constants: DRMSuccess The function executed successfully. DRMFailure The function failed. See Also DwtDrmFreeResourceContext(3Dwt) DwtDrmGetResourceContext(3Dwt)
Related Man Pages |
---|
dwtcstextgetmaxlength(3dwt) - ultrix |
dwtcstextclearselection(3dwt) - ultrix |
dwtcstextgetselection(3dwt) - ultrix |
dwtfetchiconliteral(3dwt) - ultrix |
dwtstextsetstring(3dwt) - ultrix |
Similar Topics in the Unix Linux Community |
---|
Can I change my hostname without messing things up? |
PHP Write Man Pages to MySQL DB |
Denial Of Service Attack Update |