IOSurface.SetPurgeable Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetPurgeable(IOSurfacePurgeabilityState) | |
SetPurgeable(IOSurfacePurgeabilityState, IOSurfacePurgeabilityState) |
SetPurgeable(IOSurfacePurgeabilityState)
[ObjCRuntime.TV(11, 0)]
public int SetPurgeable (IOSurface.IOSurfacePurgeabilityState newState);
member this.SetPurgeable : IOSurface.IOSurfacePurgeabilityState -> int
Parameters
- newState
- IOSurfacePurgeabilityState
Returns
- Attributes
Applies to
SetPurgeable(IOSurfacePurgeabilityState, IOSurfacePurgeabilityState)
[ObjCRuntime.TV(11, 0)]
public int SetPurgeable (IOSurface.IOSurfacePurgeabilityState newState, ref IOSurface.IOSurfacePurgeabilityState oldState);
member this.SetPurgeable : IOSurface.IOSurfacePurgeabilityState * -> int
Parameters
- newState
- IOSurfacePurgeabilityState
- oldState
- IOSurfacePurgeabilityState
Returns
- Attributes