DeviceContextPtrList
struct DeviceContextPtrList[size: Int]
A fixed-size collection of DeviceContextPtr objects.
This struct provides a lightweight, register-passable container for a fixed number
of DeviceContextPtr objects, with array-like access semantics.
Parameters
- size (
Int): The fixed number ofDeviceContextPtrobjects in the collection.