This method retrieves the PC's video card information.

[Visual Basic] Public Function QueryVideoID() As Boolean
[C#] public bool QueryVideoID();

Return Value

Returns the true if successful, otherwise returns false.

Explanation

The QueryVideoID method retrieves the vendor number and product number for the video card installed on the PC. The retrieved information is set into the VendorID property, the VendorName property, and the DeviceID property.

The Initialize method must be executed before executing the QueryVideoID method. If the Initialize method has not been successfully executed, the QueryVideoID method is disabled.

The video card information contained in the PcID retrieved by the QueryPcID method consists of the vendor number (4 digits) + the product number (4 digits), converted to a string value.

Also See

PasswordProtect Members | Newtone.ProtectKit.Win.PasswordProtect