DwtDrmRCSetType(3Dwt) DwtDrmRCSetType(3Dwt)
Name
DwtDrmRCSetType - Modifies the type of a resource context.
Syntax
#include <X11/DwtAppl.h>
DwtDrmRCSetType(context_id, type)
DRMResourceContextPtr context_id;
DRMType *type;
Arguments
context_id
Specifies the resource context to modify.
type Specifies the new value for the resource context type.
Description
The DwtDrmRCSetType function modifies the type of the specified resource context. No validity checking is done on the resource context;
the caller must ensure that the resource context pointer is valid. No return code is defined.
See Also
DwtDrmRCType(3Dwt)
DwtDrmRCSetType(3Dwt)