IOSurface.Lock 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
Lock(IOSurfaceLockOptions) | |
Lock(IOSurfaceLockOptions, Int32) |
Lock(IOSurfaceLockOptions)
[ObjCRuntime.TV(11, 0)]
public int Lock (IOSurface.IOSurfaceLockOptions options);
member this.Lock : IOSurface.IOSurfaceLockOptions -> int
Parameters
- options
- IOSurfaceLockOptions
Returns
- Attributes
Applies to
Lock(IOSurfaceLockOptions, Int32)
[ObjCRuntime.TV(11, 0)]
public int Lock (IOSurface.IOSurfaceLockOptions options, ref int seed);
member this.Lock : IOSurface.IOSurfaceLockOptions * -> int
Parameters
- options
- IOSurfaceLockOptions
- seed
- Int32
Returns
- Attributes