Microsoft SDK for Java

setDataWrapperSize

This method of the ComLib Class allocates and binds memory to an existing data wrapper.

Syntax

protected static native void setDataWrapperSize(Object DataWrapper, int b);

Parameters

DataWrapper The wrapper that memory is allocated and bound to.
cb The memory (measured in bytes) that is bound to the data wrapper.

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