2.2.4.26 NTMS_COMPUTERINFORMATION Structure

The NTMS_COMPUTERINFORMATION structure defines the properties specific to the RSM server.

 typedef struct _NTMS_COMPUTERINFORMATION {
   DWORD dwLibRequestPurgeTime;
   DWORD dwOpRequestPurgeTime;
   DWORD dwLibRequestFlags;
   DWORD dwOpRequestFlags;
   DWORD dwMediaPoolPolicy;
 } NTMS_COMPUTERINFORMATION;

dwLibRequestPurgeTime: The total number of seconds that the completed library requests are maintained in the work queue.<15>

dwOpRequestPurgeTime: The total number of seconds that the completed operator requests are maintained in the operator request queue.<16>

dwLibRequestFlags: The library request options. This member contains the following flag fields.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

F

A

Where the bits are defined as:

Value

Description

A

NTMS_LIBREQFLAGS_NOAUTOPURGE

Library requests are not purged from the work queue. This MUST be set to NULL by default.

F

NTMS_LIBREQFLAGS_NOFAILEDPURGE

Failed work items are not purged from the work queue. This MUST be set to NULL by default.

dwOpRequestFlags: The operator request options. Possible values include the following.

Value

Meaning

NTMS_OPREQFLAGS_NOAUTOPURGE

0x01

Operator requests MUST NOT be purged from the work queue. This MUST be set to NULL by default.

NTMS_OPREQFLAGS_NOFAILEDPURGE

0x02

Failed operator requests MUST NOT be purged from the queue. This MUST be set to NULL by default.

NTMS_OPREQFLAGS_NOALERTS

0x10

The alert for operator requests MUST be disabled.

NTMS_OPREQFLAGS_NOTRAYICON

0x20

The taskbar icon for operator requests MUST be disabled.

dwMediaPoolPolicy: Media pool policies. Possible values include the following.

Value

Meaning

NTMS_POOLPOLICY_PURGEOFFLINESCRATCH

0x01

Any free media that is ejected MUST be automatically deleted. This MUST be set to NULL by default.

NTMS_POOLPOLICY_KEEPOFFLINEIMPORT

0x02

Any import media that is ejected MUST NOT be deleted automatically. This MUST be set to NULL by default.