IWebFileCtxService.CBMCallbackActive 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.
Indicates whether or not a client build manager (CBM) callback is active.
public:
int CBMCallbackActive();
public:
int CBMCallbackActive();
int CBMCallbackActive();
public int CBMCallbackActive ();
abstract member CBMCallbackActive : unit -> int
Public Function CBMCallbackActive () As Integer
Returns
Returns S_OK if a CBM callback is active. Otherwise, returns S_FALSE.