SyncGetCount Method (IMSync)
number of synchronous objects
gets number of synchronous objects
Syntax
Sub SyncGetCount( _
   ByRef _pnSyncCount As Integer _
) 
void SyncGetCount( 
   out int _pnSyncCount
)
procedure SyncGetCount( 
   Out  _pnSyncCount: Integer
); 
void SyncGetCount( 
   [PARAMFLAG::Out] int _pnSyncCount
) 

Parameters

_pnSyncCount
number of synchronous objects
Example

See Also

Reference

IMSync Interface
IMSync Members