NTMS_COMPUTERINFORMATION structure (ntmsapi.h)
[Removable Storage Manager is no longer available as of Windows 7 and Windows Server 2008 R2.]
The NTMS_COMPUTERINFORMATION structure defines the properties specific to the RSM server.
Syntax
typedef struct _NTMS_COMPUTERINFORMATION {
DWORD dwLibRequestPurgeTime;
DWORD dwOpRequestPurgeTime;
DWORD dwLibRequestFlags;
DWORD dwOpRequestFlags;
DWORD dwMediaPoolPolicy;
} NTMS_COMPUTERINFORMATION;
Members
dwLibRequestPurgeTime
Number of seconds completed library requests are maintained in the work queue.
dwOpRequestPurgeTime
Number of seconds that completed operator requests are maintained in the operator request queue.
dwLibRequestFlags
Library request options.
dwOpRequestFlags
Operator request options.
dwMediaPoolPolicy
Media pool policies.
Remarks
The NTMS_COMPUTERINFORMATION structure is included in the NTMS_OBJECTINFORMATION structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | ntmsapi.h |