ItemPutL Function | |
Note: This API is now obsolete.
Namespace:
XSharp.VO
Assembly:
XSharp.VO (in XSharp.VO.dll) Version: 2.19
Syntax [ObsoleteAttribute]
FUNCTION ItemPutL(
ptrAny AS IntPtr,
fVal AS LOGIC
) AS IntPtr
[ObsoleteAttribute]
public static IntPtr ItemPutL(
IntPtr ptrAny,
bool fVal
)
Request Example
View SourceParameters
- ptrAny
- Type: IntPtr
- fVal
- Type: Logic
Return Value
Type:
IntPtrSee Also