Chapter Contents

Previous

Next
wmi_del

wmi_del



Delete a message exit

Portability: SAS/C


SYNOPSIS
DESCRIPTION
RETURN VALUE
EXAMPLE
RELATED FUNCTIONS
SEE ALSO


SYNOPSIS

#include <wmi.h>
int wmi_del(wmi_token token);


DESCRIPTION

wmi_del is called to cancel a message exit defined by wmi_set. The token argument should contain the value returned by wmi_set when the exit was defined.


RETURN VALUE

wmi_del returns 0 if the exit was successfully deleted, or a non-zero value if there was an error, for instance, if the token value does not represent a defined exit.


EXAMPLE

See the example for wmi_add.


RELATED FUNCTIONS

wmi_set, wmifilte, wmifiltn


SEE ALSO

"Diagnostic Control Functions" in Chapter 2, "Function Categories."


Chapter Contents

Previous

Next

Top of Page

Copyright © 2004 by SAS Institute Inc., Cary, NC, USA. All rights reserved.