PolUnInit callback function

A Policy DLL's PolUnInit callback function is called when the system shuts down.

Syntax

POL_UNINIT PolUnInit;

 

VOID

PolUnInit(

    VOID

)

Parameters

(none)

Return value

(none)

Remarks

A Policy DLL's PolUnInit callback function is called by FESF to allow the Policy DLL to perform an orderly tear down of any state.

Policy DLLs need not implement this callback function.

Examples

 

See Also

 

Requirements

Software version

FESF V1 (or later)

Library

FESFPolicy.lib

Header

PolDllApi.h