DwtDrmRCBuffer(3Dwt) DwtDrmRCBuffer(3Dwt)
Name
DwtDrmRCBuffer - Returns a pointer to the memory buffer.
Syntax
#include <X11/DwtAppl.h>
char * DwtDrmRCBuffer(context_id)
DRMResourceContextPtr context_id;
Arguments
context_id
Specifies the resource context to read.
Description
The DwtDrmRCBuffer macro returns a pointer to the memory buffer that contains the data for this resource context. No validity checking is
done on the resource context; the caller must ensure that the resource context pointer is valid.
Return Values
Pointer to the memory buffer.
DwtDrmRCBuffer(3Dwt)