CFStreamClientContext Struct
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.
A structure used to support custom stream-related events.
public struct CFStreamClientContext
type CFStreamClientContext = struct
- Inheritance
-
CFStreamClientContext
Fields
Info |
User-defined data. |
Version |
The version of this structure. Currently the only valid value is 0. |
Methods
Release() |
Call this method to release the Info pointer. |
Retain() |
Call this method to retain the Info pointer. |
ToString() |
Gets a description of this structure and its data. |