Supported Browsers Home   
PM_unlockCodePages Previous   
PM_useLocalMalloc Next   
External Functions Up   

PM_unlockDataPages

Unlock data pages previously locked down.

Declaration

int PMAPI PM_unlockDataPages(
    void *p,
    uint len,
    PM_lockHandle *lh)

Prototype In

pmapi.h

Parameters

p

Linear pointer to the memory that was locked down

len

Length of the memory block that was locked down

lh

Pointer to the lock handle returned from PM_lockDataPages

 

Description

This function is used to unlock a block of memory that was previously locked down with the PM_lockDataPages function.

This version is used to unlock data pages in memory.

See Also

PM_lockDataPages

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com