PrApi: GetIntProperty

GetIntProperty

Gets the integer value of a property of the prapi module.

 Public Function GetIntProperty(
	  ByVal Name As String,
	  ByRef value As Long ) As Boolean

Parameters

Name
Name of the property. See the PrApi Reference Manual for detailed information about the available properties of the prapi module.
value
The current integer value of the property.

Return Values

On error false is returned and the error code and string of the control is set appropriately.

Languages

[Visual Basic] Public Function GetIntProperty(ByVal Name As String, ByRef value As Long) As Boolean

[Delphi] function GetIntProperty(const name: WideString; var value: Integer): Boolean;

[C++] bool GetIntProperty(BSTR name, long* value);

Remarks

See Also

Class PrApi Overview PrApi Properties PrApi Methods GetImageSource GetLicenseDate