ACE.AdsGetMilliseconds Method (IntPtr, DWord, Long) | |
Namespace:
XSharp.ADS
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax STATIC METHOD AdsGetMilliseconds(
hTable AS IntPtr,
lFieldOrdinal AS DWORD,
plTime OUT LONG
) AS DWORD
public static uint AdsGetMilliseconds(
IntPtr hTable,
uint lFieldOrdinal,
out int plTime
)
Request Example
View SourceParameters
- hTable
- Type: IntPtr
- lFieldOrdinal
- Type: DWord
- plTime
- Type: Long
Return Value
Type:
DWordSee Also