'Declaration<DispIdAttribute(936)> Function WiaGetDevicePropertyInt( _ ByVal PropertyID As Integer, _ ByRef PropertyValue As Integer _ ) As GdPictureStatus
[DispId(936)] GdPictureStatus WiaGetDevicePropertyInt( int PropertyID, ref int PropertyValue )
function WiaGetDevicePropertyInt(
PropertyID: Integer;
var PropertyValue: Integer
): GdPictureStatus;
DispIdAttribute(936) function WiaGetDevicePropertyInt( PropertyID : int, PropertyValue : int ) : GdPictureStatus;
[DispId(936)] GdPictureStatus WiaGetDevicePropertyInt( int PropertyID, ref int PropertyValue )
[DispId(936)] GdPictureStatus WiaGetDevicePropertyInt( int PropertyID, int% PropertyValue )
Parameters
- PropertyID
- PropertyValue
