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.
15 lines
356 B
15 lines
356 B
//*************************************************************
|
|
//
|
|
// Copyright (c) Microsoft Corporation 1998
|
|
// All rights reserved
|
|
//
|
|
// bind.hxx
|
|
//
|
|
//*************************************************************
|
|
|
|
#define SERVICE_RETRY_INTERVAL 100
|
|
#define MAX_SERVICE_START_WAIT_TIME 10000
|
|
|
|
DWORD Bind();
|
|
|
|
extern handle_t ghRpc;
|