Microsoft SDK for Java

freePinnedHandle

This method of the DllLib class frees a previously-allocated pinned handle. This necessarily unpins the object (unless it has been pinned multiple times) and invalidates the address (if any) returned by addrOfPinnedHandle for this handle.

Syntax

public static void freePinnedHandle(int nHandleIndex);

Parameters

nHandleIndex The handle of the pinned object to free.

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