Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
266 B

#ifdef __cplusplus
extern "C" {
#endif
enum SAP_CONTROL_TYPE
{
SAP_CTRL_FORCE_REGISTER,
SAP_CTRL_MAYBE_REGISTER,
SAP_CTRL_UPDATE_ADDRESS,
SAP_CTRL_UNREGISTER
};
void
UpdateSap(
enum SAP_CONTROL_TYPE action
);
#ifdef __cplusplus
}
#endif