CFMessagePort.CreateLocalPort 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.
public static CoreFoundation.CFMessagePort CreateLocalPort (string name, CoreFoundation.CFMessagePort.CFMessagePortCallBack callback, CoreFoundation.CFAllocator allocator = null);
static member CreateLocalPort : string * CoreFoundation.CFMessagePort.CFMessagePortCallBack * CoreFoundation.CFAllocator -> CoreFoundation.CFMessagePort
Parameters
- name
- String
- callback
- CFMessagePort.CFMessagePortCallBack
- allocator
- CFAllocator