| IReferenceClockAdvisePeriodic Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxint AdvisePeriodic(
	long startTime,
	long periodTime,
	IntPtr hSemaphore,
	out int pdwAdviseCookie
)
Function AdvisePeriodic ( 
	startTime As Long,
	periodTime As Long,
	hSemaphore As IntPtr,
	<OutAttribute> ByRef pdwAdviseCookie As Integer
) As Integer
int AdvisePeriodic(
	[InAttribute] long long startTime, 
	[InAttribute] long long periodTime, 
	[InAttribute] IntPtr hSemaphore, 
	[OutAttribute] int% pdwAdviseCookie
)
abstract AdvisePeriodic : 
        startTime : int64 * 
        periodTime : int64 * 
        hSemaphore : IntPtr * 
        pdwAdviseCookie : int byref -> int 
Parameters
- startTime
 - Type: SystemInt64
 - periodTime
 - Type: SystemInt64
 - hSemaphore
 - Type: SystemIntPtr
 - pdwAdviseCookie
 - Type: SystemInt32
 
Return Value
Type: 
Int32
See Also