IReferenceClockAdvisePeriodic Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
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 Int64
-
- periodTime Int64
-
- hSemaphore IntPtr
-
- pdwAdviseCookie Int32
-
Return Value
Int32
See Also