- DBGKD_WAIT_STATE_CHANGE64 is used in KD protocol 5, not number 6 that we use. Proto...
[reactos.git] / reactos / lib / smlib / connect.c
index 9f25fca..5e58f13 100644 (file)
  *        with full parameters (the function checks them);
  *     b) regular SM clients, will set to 0 the 1st, the 2nd,
  *        and the 3rd parameter.
- *     
+ *
  * RETURN VALUE
  *     If all three optional values are omitted, an LPC status.
  *     STATUS_INVALID_PARAMETER_MIX if PortName is defined and
  *     both hSbApiPort and wSubsystem are 0.
  */
-NTSTATUS STDCALL
+NTSTATUS WINAPI
 SmConnectApiPort (IN      PUNICODE_STRING  pSbApiPortName  OPTIONAL,
                  IN      HANDLE           hSbApiPort      OPTIONAL,
                  IN      WORD             wSubSystemId    OPTIONAL,