WindowsXP-SP1/com/ole32/dcomss/wrapper/sap.h

23 lines
288 B
C
Raw Normal View History

2001-01-01 00:00:00 +01: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