Microsoft SDK for Java

numParamBytes

This method of the DllLib class prelinks the specified method and returns the number of bytes of memory required to store the method's parameters.

Syntax

public static int numParamBytes(Method m);

Return Value

Returns the number of bytes of memory required to store the method's parameters.

Parameters

m The method to be prelinked.

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