Supported Browsers Home   
PM_getPhysicalAddrRange Previous   
PM_getSNAPConfigPath Next   
External Functions Up   

PM_getProcAddress

Get the address of a named procedure from a shared library.

Declaration

void * PMAPI PM_getProcAddress(
    PM_MODULE hModule,
    const char *szProcName)

Prototype In

pmapi.h

Parameters

hModule

Handle to the module to get procedure from

szProcName

Name of the procedure to get address of

 

Return Value

Pointer to the start of the function in the shared library

Description

This function is used to get the address of a named function in a shared library that was loaded with the PM_loadLibrary.

See Also

PM_loadLibrary, PM_freeLibrary

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