Microsoft SDK for Java

getBinaryValue

This method of the RegKey class queries a byte array from the registry.

Syntax

public byte[] getBinaryValue(String name);

Return Value

Returns the byte array contained in the subKey.

Parameters

name The subKey containing the value requested. The name must be a subkey of the current key.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.