Skip to content

Latest commit

 

History

History
159 lines (134 loc) · 3.47 KB

nf-dskquota-idiskquotauser-getquotathreshold.md

File metadata and controls

159 lines (134 loc) · 3.47 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:dskquota.IDiskQuotaUser.GetQuotaThreshold
IDiskQuotaUser::GetQuotaThreshold (dskquota.h)
Retrieves the user's warning threshold value on the volume.
GetQuotaThreshold
GetQuotaThreshold method [Files]
GetQuotaThreshold method [Files]
IDiskQuotaUser interface
IDiskQuotaUser interface [Files]
GetQuotaThreshold method
IDiskQuotaUser.GetQuotaThreshold
IDiskQuotaUser::GetQuotaThreshold
_win32_idiskquotauser_getquotathreshold
base.idiskquotauser_getquotathreshold
dskquota/IDiskQuotaUser::GetQuotaThreshold
fs.idiskquotauser_getquotathreshold
fs\idiskquotauser_getquotathreshold.htm
fs
58b925f3-b40a-4fab-86c6-725e04e6f721
12/05/2018
GetQuotaThreshold, GetQuotaThreshold method [Files], GetQuotaThreshold method [Files],IDiskQuotaUser interface, IDiskQuotaUser interface [Files],GetQuotaThreshold method, IDiskQuotaUser.GetQuotaThreshold, IDiskQuotaUser::GetQuotaThreshold, _win32_idiskquotauser_getquotathreshold, base.idiskquotauser_getquotathreshold, dskquota/IDiskQuotaUser::GetQuotaThreshold, fs.idiskquotauser_getquotathreshold
dskquota.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Dskquota.dll
Windows
19H1
IDiskQuotaUser::GetQuotaThreshold
dskquota/IDiskQuotaUser::GetQuotaThreshold
c++
APIRef
kbSyntax
COM
Dskquota.dll
IDiskQuotaUser.GetQuotaThreshold

IDiskQuotaUser::GetQuotaThreshold

-description

Retrieves the user's warning threshold value on the volume. The threshold is an arbitrary value set by the volume's quota administrator. You can use it to identify users who are approaching their hard quota limit.

-parameters

-param pllThreshold [out]

The warning threshold value.

-returns

This method returns a file system error or one of the following values.

Return code Description
S_OK
Success.
ERROR_ACCESS_DENIED
The caller has insufficient access rights.
ERROR_LOCK_FAILED
Failure to obtain an exclusive lock.
E_INVALIDARG
The pllThreshold parameter is NULL.
E_OUTOFMEMORY
Insufficient memory.
E_FAIL
An unexpected file system error occurred.
E_UNEXPECTED
An unexpected exception occurred.

-see-also

Disk Management Interfaces

Disk Quotas

IDiskQuotaUser