(Page 4 of 14 in this chapter)


agmClose

Description

Destroys the AGM context identified by the AGM handle (agmhd), and frees any associated resources.

Prototype

DWORD agmClose ( AGMHD agmhd)

agmhd Handle returned by agmOpen.

Return Values

Details

This function frees memory associated with the open AGM handle and invalidates the handle.

See Also

agmOpen

Example


int main (int argc, char **argv)
{
AGMHD agmhd;

/* Open handle */
...

/* Boot boards */
...

agmClose (agmhd);
}


(Page 4 of 14 in this chapter)


tech_support@nmss.com
Copyright © 1998, Natural MicroSystems, Inc. All rights reserved.