Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

26 lines
626 B

#ifndef __INTOR_HXX__
#define __INTOR_HXX__
#include <or.h> // for ORSTATUS definition
error_status_t __declspec(dllexport)
ConnectDCOM(
OUT HPROCESS *phProcess,
OUT ULONG *pdwTimeoutInSeconds,
OUT MID *pLocalMid,
OUT ULONG *pfConnectFlags,
OUT DWORD *pAuthnLevel,
OUT DWORD *pImpLevel,
OUT DWORD *pcServerSvc,
OUT USHORT **aServerSvc,
OUT DWORD *pcClientSvc,
OUT USHORT **aClientSvc,
OUT DWORD *pThreadID
);
ORSTATUS __declspec(dllexport)
StartDCOM(
void
);
#endif // __INTOR_HXX__