CMBufferGetBool 委托

定义

委托签名,以确定即将取消排队的指定缓冲区是否已准备就绪。

public delegate bool CMBufferGetBool(INativeObject buffer);
type CMBufferGetBool = delegate of INativeObject -> bool

参数

buffer
INativeObject

要探测的缓冲区。

返回值

适用于