Man Page: dwtdrmgetresourcecontext
Operating Environment: ultrix
Section: 3dwt
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 |
|---|
| dwtcstextsetstring(3dwt) - ultrix |
| dwtfetchiconliteral(3dwt) - ultrix |
| dwtfetchcolorliteral(3dwt) - ultrix |
| dwtinitgetsegment(3dwt) - ultrix |
| dwtstextgetselection(3dwt) - ultrix |
| Similar Topics in the Unix Linux Community |
|---|
| Linux (Ubuntu) = Unix (NOT IMPORTANT - NO RUSH) |
| PHP Write Man Pages to MySQL DB |
| Denial Of Service Attack Update |