PInvokePvicom.GetTickCount Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > PInvokePvicom Class > PInvokePvicom Methods >

PInvokePvicom.GetTickCount Method

BR.AN.PviServices .NET


Gets the system ticks.

[Visual Basic]

<CLSCompliant(IsCompliant:=False)> _

<DllImport(EntryPoint:=""GetTickCount"", CharSet:=CharSet.None, SetLastError:=True, ExactSpelling:=False, PreserveSig:=True, CallingConvention:=CallingConvention.Winapi, BestFitMapping:=False, ThrowOnUnmappableChar:=False, Value:=""kernel32.dll"")> _

<PreserveSig> _

Public Shared Sub GetTickCount()

[C#]

[CLSCompliant(IsCompliant=False)]

[DllImport(EntryPoint=""GetTickCount"", CharSet=CharSet.None, SetLastError=True, ExactSpelling=False, PreserveSig=True, CallingConvention=CallingConvention.Winapi, BestFitMapping=False, ThrowOnUnmappableChar=False, Value=""kernel32.dll"")]

[PreserveSig]

public static uint GetTickCount();

Return Value

The system ticks.

See Also

PInvokePvicom Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]