mirror of https://github.com/tongzx/nt5src
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.
21 lines
440 B
21 lines
440 B
|
|
|
|
extern LPIQOS g_pIQoS;
|
|
|
|
extern DWORD g_dwLastQoSCB;
|
|
extern DWORD g_dwSentSinceLastQoS;
|
|
|
|
typedef struct _t120rrq
|
|
{
|
|
int cResourceRequests;
|
|
RESOURCEREQUEST aResourceRequest[1];
|
|
}T120RRQ;
|
|
|
|
extern T120RRQ g_aRRq;
|
|
|
|
extern HRESULT CALLBACK QosNotifyDataCB (
|
|
LPRESOURCEREQUESTLIST lpResourceRequestList,
|
|
DWORD dwThis);
|
|
extern VOID InitializeQoS( VOID );
|
|
extern VOID DeInitializeQoS( VOID );
|
|
extern VOID MaybeReleaseQoSResources( VOID );
|