windows-nt/Source/XPSP1/NT/com/ole32/dcomss/wrapper/sap.h

23 lines
266 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#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