scrmem_close()

Close a Screen memory handle

Synopsis:

#include <scrmem/scrmem.h>
void scrmem_close(struct scrmem *scrmem)

Arguments:

scrmem
The handle to invalidate, or NULL.

Library:

libscrmem

Description:

The scrmem_close() function closes a Screen memory handle. This call invalidates scrmem. Do not use any values that were obtained from scrmem after calling this function.

This function isn't safe to call from an interrupt or signal handler.

Page updated: