task
stringlengths
24
71
input
stringlengths
8
2.38k
output
stringlengths
1
2.34k
options
sequence
pageTitle
stringlengths
4
140
outputColName
stringlengths
1
79
url
stringlengths
41
160
wdcFile
stringlengths
71
74
0ab86dbf_CAtlServiceModuleT_Class__Description
[Name] CAtlServiceModuleT::Uninstall [Description]
Stops and removes the service.
[]
CAtlServiceModuleT Class
Description
https://msdn.microsoft.com/en-us/library/hkhzk29d.aspx
41/1438042989510.73_20150728002309-00009-ip-10-236-191-2_893462264_2.json
0ab86dbf_CAtlServiceModuleT_Class__Description
[Name] CAtlServiceModuleT::Unlock [Description]
Decrements the service's lock count.
[]
CAtlServiceModuleT Class
Description
https://msdn.microsoft.com/en-us/library/hkhzk29d.aspx
41/1438042989510.73_20150728002309-00009-ip-10-236-191-2_893462264_2.json
0ab86dbf_CAtlServiceModuleT_Class__Description
[Name] CAtlServiceModuleT::UnregisterAppId [Description]
Removes the service from the registry.
[]
CAtlServiceModuleT Class
Description
https://msdn.microsoft.com/en-us/library/hkhzk29d.aspx
41/1438042989510.73_20150728002309-00009-ip-10-236-191-2_893462264_2.json
0ab86dbf_CAtlServiceModuleT_Class__Description
[Name] CAtlServiceModuleT::WinMain [Description]
This method implements the code required to run the service.
[]
CAtlServiceModuleT Class
Description
https://msdn.microsoft.com/en-us/library/hkhzk29d.aspx
41/1438042989510.73_20150728002309-00009-ip-10-236-191-2_893462264_2.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] SPECIFIC_CATALOG [Data type] nvarchar(128) [Description]
Catalog name of the routine for which this is a parameter.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] SPECIFIC_SCHEMA [Data type] nvarchar(128) [Description]
Name of the schema of the routine for which this is a parameter. Important Do not use INFORMATION_SCHEMA views to determine the schema of an object. The only reliable way to find the schema of a object is to query the sys.objects catalog view.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] SPECIFIC_NAME [Data type] nvarchar(128) [Description]
Name of the routine for which this is a parameter.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] ORDINAL_POSITION [Data type] int [Description]
Ordinal position of the parameter starting at 1. For the return value of a function, this is a 0.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] PARAMETER_MODE [Data type] nvarchar(10) [Description]
Returns IN if an input parameter, OUT if an output parameter, and INOUT if an input/output parameter.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] IS_RESULT [Data type] nvarchar(10) [Description]
Returns YES if indicates result of the routine that is a function. Otherwise, returns NO.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] AS_LOCATOR [Data type] nvarchar(10) [Description]
Returns YES if declared as locator. Otherwise, returns NO.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] PARAMETER_NAME [Data type] nvarchar(128) [Description]
Name of the parameter. NULL if this corresponds to the return value of a function.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] DATA_TYPE [Data type] nvarchar(128) [Description]
System-supplied data type.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] CHARACTER_MAXIMUM_LENGTH [Data type] int [Description]
Maximum length in characters for binary or character data types. -1 for xml and large-value type data. Otherwise, returns NULL.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] CHARACTER_OCTET_LENGTH [Data type] int [Description]
Maximum length, in bytes, for binary or character data types. -1 for xml and large-value type data. Otherwise, returns NULL.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] COLLATION_CATALOG [Data type] nvarchar(128) [Description]
Always returns NULL.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] COLLATION_SCHEMA [Data type] nvarchar(128) [Description]
Always returns NULL.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] COLLATION_NAME [Data type] nvarchar(128) [Description]
Name of the collation of the parameter. If not one of the character types, returns NULL.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] CHARACTER_SET_CATALOG [Data type] nvarchar(128) [Description]
Catalog name of the character set of the parameter. If not one of the character types, returns NULL.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] CHARACTER_SET_SCHEMA [Data type] nvarchar(128) [Description]
Always returns NULL.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] CHARACTER_SET_NAME [Data type] nvarchar(128) [Description]
Name of the character set of the parameter. If not one of the character types, returns NULL.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] NUMERIC_PRECISION [Data type] tinyint [Description]
Precision of approximate numeric data, exact numeric data, integer data, or monetary data. Otherwise, returns NULL.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] NUMERIC_PRECISION_RADIX [Data type] smallint [Description]
Precision radix of approximate numeric data, exact numeric data, integer data, or monetary data. Otherwise, returns NULL.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] NUMERIC_SCALE [Data type] tinyint [Description]
Scale of approximate numeric data, exact numeric data, integer data, or monetary data. Otherwise, returns NULL.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] DATETIME_PRECISION [Data type] smallint [Description]
Precision in fractional seconds if the parameter type is datetime or smalldatetime. Otherwise, returns NULL.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] INTERVAL_TYPE [Data type] nvarchar(30) [Description]
NULL. Reserved for future use.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] INTERVAL_PRECISION [Data type] smallint [Description]
NULL. Reserved for future use.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] USER_DEFINED_TYPE_CATALOG [Data type] nvarchar(128) [Description]
NULL. Reserved for future use.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] USER_DEFINED_TYPE_SCHEMA [Data type] nvarchar(128) [Description]
NULL. Reserved for future use.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] USER_DEFINED_TYPE_NAME [Data type] nvarchar(128) [Description]
NULL. Reserved for future use.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] SCOPE_CATALOG [Data type] nvarchar(128) [Description]
NULL. Reserved for future use.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] SCOPE_SCHEMA [Data type] nvarchar(128) [Description]
NULL. Reserved for future use.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
f580b9f1_PARAMETERS__Transact_SQL___Description
[Column name] SCOPE_NAME [Data type] nvarchar(128) [Description]
NULL. Reserved for future use.
[]
PARAMETERS (Transact-SQL)
Description
https://msdn.microsoft.com/en-us/library/ms173796(v=sql.105).aspx
41/1438042989510.73_20150728002309-00121-ip-10-236-191-2_879773793_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Stores time values; used by clock. [Declared in] TIME.H [Type]
clock_t structure
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Stores real and imaginary parts of complex numbers; used by _cabs. [Declared in] MATH.H [Type]
_complex structure
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] A typedef for the user-defined hook function. Used in _CrtSetAllocHook. [Declared in] CRTDBG.H [Type]
_CRT_ALLOC_HOOK
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] A typedef for a call-back function that will get called in _CrtMemDumpAllObjectsSince. [Declared in] CRTDBG.H [Type]
_CRT_DUMP_CLIENT
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Provides information about the current state of the C run-time debug heap. [Declared in] CRTDBG.H [Type]
_CrtMemState structure
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] A typedef for a call-back function that will get called in _CrtDbgReport. The parameters for this function are: report type, output message and the return value from the call-back function. [Declared in] CRTDBG.H [Type]
_CRT_REPORT_HOOK
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Represents device handles. [Declared in] SYS\TYPES.H [Type]
_dev_t short or unsigned integer
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Contains information about a disk drive. Used by _getdiskfree. [Declared in] DOS.H and DIRECT.H [Type]
_diskfree_t structure
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Store values returned by div and ldiv, respectively. [Declared in] STDLIB.H [Type]
div_t, ldiv_t structures
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Stores error information for _matherr. [Declared in] MATH.H [Type]
_exception structure
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Contains an exception record. See EXCEPTION_POINTERS for more information. [Declared in] FPIEEE.H [Type]
_EXCEPTION_POINTERS
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Stores information about current state of stream; used in all stream I/O operations. [Declared in] STDIO.H [Type]
FILE structure
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] _finddata_t stores file-attribute information returned by _findfirst and _findnext. _wfinddata_t stores file-attribute information returned by _wfindfirst and _wfindnext. _wfinddatai64_t stores file-attribute information returned by _wfindfirsti64 and _wfindnexti64. [Declared in] _finddata_t: IO.H _wfinddata_t: IO.H, WCHAR.H _wfinddatai64_t: IO.H, WCHAR.H [Type]
_finddata_t, _finddatai64_t, _wfinddata_t, _wfinddatai64_t structures
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] __finddata64_t stores file-attribute information returned by _findfirst64 and _findnext64. __wfinddata64_t stores file-attribute information returned by _wfindfirst64 and _wfindnext64. [Declared in] IO.H, WCHAR.H [Type]
__finddata64_t, __wfinddata64_t structures
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Contains information pertaining to IEEE floating-point exception; passed to user-defined trap handler by _fpieee_flt. [Declared in] FPIEEE.H [Type]
_FPIEEE_RECORD structure
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Used by fgetpos and fsetpos to record information for uniquely specifying every position within a file. [Declared in] STDIO.H [Type]
fpos_t (long integer, __int64, or structure, depending on the target platform)
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Contains information about next heap entry for _heapwalk. [Declared in] MALLOC.H [Type]
_HEAPINFO structure
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] An operating system file handle. [Declared in] CRTDBG.H [Type]
_HFILE
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Contains formatting rules for numeric values in different countries/regions. [Declared in] LOCALE.H [Type]
lconv structure
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Stores a pointer (or HANDLE) on both Win32 and Win64 platforms. [Declared in] STDDEF.H and other include files [Type]
intptr_t (long integer or __int64, depending on the target platform)
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Used by setjmp and longjmp to save and restore program environment. [Declared in] SETJMP.H [Type]
jmp_buf array
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Tracks the state of a multibyte character conversion. [Declared in] WCHAR.H [Type]
mbstate_t
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Represents file-offset value. [Declared in] SYS\TYPES.H [Type]
_off_t long integer
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Returned by _onexit. [Declared in] STDLIB.H [Type]
_onexit_t pointer
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Type of argument to _set_new_handler. [Declared in] NEW.H [Type]
_PNH pointer to function
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Result of subtraction of two pointers. [Declared in] STDDEF.H [Type]
ptrdiff_t integer
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] A typedef for a call-back function that is called when a pure virtual function is called. Used by _set_purecall_handler. A _purecall_handler function should have a void return type. [Declared in] STDLIB.H [Type]
_purecall_handler
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] A typedef for a function that will handle run-time error checks. Used in _RTC_SetErrorFunc. [Declared in] RTCAPI.H [Type]
_RTC_error_fn
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Defines error conditions for _RTC_GetErrDesc and _RTC_SetErrorType. [Declared in] RTCAPI.H [Type]
_RTC_ErrorNumber enum
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] A typedef for a function that will handle security errors. Used by _set_security_error_handler. [Declared in] STDLIB.H [Type]
_secerr_handler_func
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] A typedef for a call-back function that translates an exception. The first parameter is the exception code and the second parameter is the exception record. Used by _set_se_translator. [Declared in] EH.H [Type]
_se_translator_function
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Type of object that can be modified as atomic entity, even in presence of asynchronous interrupts; used with signal. [Declared in] SIGNAL.H [Type]
sig_atomic_t integer
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Result of sizeof operator. [Declared in] STDDEF.H and other include files [Type]
size_t unsigned integer
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Contains file-status information returned by _stat and _fstat. [Declared in] SYS\STAT.H [Type]
_stat structure
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Contains file-status information returned by _fstat64 and _stat64, and _wstat64. [Declared in] SYS\STAT.H [Type]
__stat64 structure
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Contains file-status information returned by _fstati64, _stati64, and _wstati64. [Declared in] SYS\STAT.H [Type]
_stati64 structure
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] A typedef for a call-back function that is called when terminate is called. Used by set_terminate. [Declared in] EH.H [Type]
terminate_function typedef
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Represents time values in mktime and time. [Declared in] TIME.H [Type]
time_t long integer
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Represents time values in _ctime64, _wctime64, _gmtime64, _localtime64, _mktime64, and _time64. [Declared in] TIME.H [Type]
__time64_t (__int64)
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Used by _ftime to store current system time. [Declared in] SYS\TIMEB.H [Type]
_timeb structure
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Used by _ftime64 to store current system time. [Declared in] SYS\TIMEB.H [Type]
__timeb64 structure
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Used by asctime, gmtime, _gmtime64, localtime, _localtime64, mktime, _mktime64, and strftime to store and retrieve time information. [Declared in] TIME.H [Type]
tm structure
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] An unsigned int or unsigned __int64 version of intprt_t. [Declared in] STDDEF.H and other include files [Type]
uintptr_t (long integer or __int64, depending on the target platform)
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] A typedef for a call-back function that is called when unexpected is called. Used by set_unexpected. [Declared in] EH.H [Type]
unexpected_function
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Stores file access and modification times used by _utime to change file-modification dates. [Declared in] SYS\UTIME.H [Type]
_utimbuf structure
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Used by _utime64, _wutime64 and _futime64 to store the current time. [Declared in] SYS\UTIME.H [Type]
__utimbuf64 structure
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Used to hold information needed by va_arg and va_end macros. Called function declares variable of type va_list that can be passed as argument to another function. [Declared in] STDARG.H [Type]
va_list structure
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Useful for writing portable programs for international markets. [Declared in] STDDEF.H, STDLIB.H [Type]
wchar_t internal type of a wide character
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Represents locale-specific character mappings. [Declared in] WCTYPE.H [Type]
wctrans_t integer
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Can represent all characters of any national character set. [Declared in] WCHAR.H [Type]
wctype_t integer
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
7249bd7e_Standard_Types__CRT___Type
[Description] Type of data object that can hold any wide character or wide end-of-file value. [Declared in] WCHAR.H [Type]
wint_t integer
[]
Standard Types (CRT)
Type
https://msdn.microsoft.com/en-us/library/323b6b3k(v=vs.71).aspx
41/1438042986451.45_20150728002306-00048-ip-10-236-191-2_864776567_0.json
1374ed6b__TestTools_Common_Namespace_____Enumeration
[Description] Represents the severity levels at which a DataCollectorExceptionMessageInfo for a diagnostic data adapter can be logged. [Enumeration]
DataCollectorMessageLevel
[ [ "D", "a", "t", "a", "C", "o", "l", "l", "e", "c", "t", "o", "r", "M", "e", "s", "s", "a", "g", "e", "L", "e", "v", "e", "l" ], [ "D", "e", "b", "u", "g", "E", "n", "g", "i", "n", "e" ], [ "P", "r", "o", "p", "e", "r", "t", "y", "C", "o", "n", "v", "e", "r", "t", "e", "r", "T", "y", "p", "e" ], [ "P", "r", "o", "p", "e", "r", "t", "y", "E", "d", "i", "t", "o", "r", "T", "y", "p", "e" ], [ "R", "u", "n", "S", "t", "a", "t", "e" ], [ "T", "e", "s", "t", "M", "e", "s", "s", "a", "g", "e", "K", "i", "n", "d" ], [ "T", "e", "s", "t", "O", "u", "t", "c", "o", "m", "e" ], [ "T", "e", "s", "t", "S", "t", "a", "t", "e" ], [ "W", "e", "b", "S", "e", "r", "v", "e", "r", "T", "y", "p", "e" ] ]
Microsoft.VisualStudio.TestTools.Common Namespace ()
Enumeration
https://msdn.microsoft.com/en-us/library/vstudio/microsoft.visualstudio.testtools.common(v=vs.100).aspx
41/1438042986451.45_20150728002306-00233-ip-10-236-191-2_881697664_3.json
1374ed6b__TestTools_Common_Namespace_____Enumeration
[Description] Specifies the debug engines that you can use to test code. [Enumeration]
DebugEngine
[ [ "D", "a", "t", "a", "C", "o", "l", "l", "e", "c", "t", "o", "r", "M", "e", "s", "s", "a", "g", "e", "L", "e", "v", "e", "l" ], [ "D", "e", "b", "u", "g", "E", "n", "g", "i", "n", "e" ], [ "P", "r", "o", "p", "e", "r", "t", "y", "C", "o", "n", "v", "e", "r", "t", "e", "r", "T", "y", "p", "e" ], [ "P", "r", "o", "p", "e", "r", "t", "y", "E", "d", "i", "t", "o", "r", "T", "y", "p", "e" ], [ "R", "u", "n", "S", "t", "a", "t", "e" ], [ "T", "e", "s", "t", "M", "e", "s", "s", "a", "g", "e", "K", "i", "n", "d" ], [ "T", "e", "s", "t", "O", "u", "t", "c", "o", "m", "e" ], [ "T", "e", "s", "t", "S", "t", "a", "t", "e" ], [ "W", "e", "b", "S", "e", "r", "v", "e", "r", "T", "y", "p", "e" ] ]
Microsoft.VisualStudio.TestTools.Common Namespace ()
Enumeration
https://msdn.microsoft.com/en-us/library/vstudio/microsoft.visualstudio.testtools.common(v=vs.100).aspx
41/1438042986451.45_20150728002306-00233-ip-10-236-191-2_881697664_3.json
1374ed6b__TestTools_Common_Namespace_____Enumeration
[Description] Enumerates the possible type converters for test object property values. [Enumeration]
PropertyConverterType
[ [ "D", "a", "t", "a", "C", "o", "l", "l", "e", "c", "t", "o", "r", "M", "e", "s", "s", "a", "g", "e", "L", "e", "v", "e", "l" ], [ "D", "e", "b", "u", "g", "E", "n", "g", "i", "n", "e" ], [ "P", "r", "o", "p", "e", "r", "t", "y", "C", "o", "n", "v", "e", "r", "t", "e", "r", "T", "y", "p", "e" ], [ "P", "r", "o", "p", "e", "r", "t", "y", "E", "d", "i", "t", "o", "r", "T", "y", "p", "e" ], [ "R", "u", "n", "S", "t", "a", "t", "e" ], [ "T", "e", "s", "t", "M", "e", "s", "s", "a", "g", "e", "K", "i", "n", "d" ], [ "T", "e", "s", "t", "O", "u", "t", "c", "o", "m", "e" ], [ "T", "e", "s", "t", "S", "t", "a", "t", "e" ], [ "W", "e", "b", "S", "e", "r", "v", "e", "r", "T", "y", "p", "e" ] ]
Microsoft.VisualStudio.TestTools.Common Namespace ()
Enumeration
https://msdn.microsoft.com/en-us/library/vstudio/microsoft.visualstudio.testtools.common(v=vs.100).aspx
41/1438042986451.45_20150728002306-00233-ip-10-236-191-2_881697664_3.json
1374ed6b__TestTools_Common_Namespace_____Enumeration
[Description] This enumeration provides the valid values for the editor of a property value. [Enumeration]
PropertyEditorType
[ [ "D", "a", "t", "a", "C", "o", "l", "l", "e", "c", "t", "o", "r", "M", "e", "s", "s", "a", "g", "e", "L", "e", "v", "e", "l" ], [ "D", "e", "b", "u", "g", "E", "n", "g", "i", "n", "e" ], [ "P", "r", "o", "p", "e", "r", "t", "y", "C", "o", "n", "v", "e", "r", "t", "e", "r", "T", "y", "p", "e" ], [ "P", "r", "o", "p", "e", "r", "t", "y", "E", "d", "i", "t", "o", "r", "T", "y", "p", "e" ], [ "R", "u", "n", "S", "t", "a", "t", "e" ], [ "T", "e", "s", "t", "M", "e", "s", "s", "a", "g", "e", "K", "i", "n", "d" ], [ "T", "e", "s", "t", "O", "u", "t", "c", "o", "m", "e" ], [ "T", "e", "s", "t", "S", "t", "a", "t", "e" ], [ "W", "e", "b", "S", "e", "r", "v", "e", "r", "T", "y", "p", "e" ] ]
Microsoft.VisualStudio.TestTools.Common Namespace ()
Enumeration
https://msdn.microsoft.com/en-us/library/vstudio/microsoft.visualstudio.testtools.common(v=vs.100).aspx
41/1438042986451.45_20150728002306-00233-ip-10-236-191-2_881697664_3.json
1374ed6b__TestTools_Common_Namespace_____Enumeration
[Description] This enumeration represents the valid states for a test run. [Enumeration]
RunState
[ [ "D", "a", "t", "a", "C", "o", "l", "l", "e", "c", "t", "o", "r", "M", "e", "s", "s", "a", "g", "e", "L", "e", "v", "e", "l" ], [ "D", "e", "b", "u", "g", "E", "n", "g", "i", "n", "e" ], [ "P", "r", "o", "p", "e", "r", "t", "y", "C", "o", "n", "v", "e", "r", "t", "e", "r", "T", "y", "p", "e" ], [ "P", "r", "o", "p", "e", "r", "t", "y", "E", "d", "i", "t", "o", "r", "T", "y", "p", "e" ], [ "R", "u", "n", "S", "t", "a", "t", "e" ], [ "T", "e", "s", "t", "M", "e", "s", "s", "a", "g", "e", "K", "i", "n", "d" ], [ "T", "e", "s", "t", "O", "u", "t", "c", "o", "m", "e" ], [ "T", "e", "s", "t", "S", "t", "a", "t", "e" ], [ "W", "e", "b", "S", "e", "r", "v", "e", "r", "T", "y", "p", "e" ] ]
Microsoft.VisualStudio.TestTools.Common Namespace ()
Enumeration
https://msdn.microsoft.com/en-us/library/vstudio/microsoft.visualstudio.testtools.common(v=vs.100).aspx
41/1438042986451.45_20150728002306-00233-ip-10-236-191-2_881697664_3.json
1374ed6b__TestTools_Common_Namespace_____Enumeration
[Description] Infrastructure. Provides the valid types for an internal message. [Enumeration]
TestMessageKind
[ [ "D", "a", "t", "a", "C", "o", "l", "l", "e", "c", "t", "o", "r", "M", "e", "s", "s", "a", "g", "e", "L", "e", "v", "e", "l" ], [ "D", "e", "b", "u", "g", "E", "n", "g", "i", "n", "e" ], [ "P", "r", "o", "p", "e", "r", "t", "y", "C", "o", "n", "v", "e", "r", "t", "e", "r", "T", "y", "p", "e" ], [ "P", "r", "o", "p", "e", "r", "t", "y", "E", "d", "i", "t", "o", "r", "T", "y", "p", "e" ], [ "R", "u", "n", "S", "t", "a", "t", "e" ], [ "T", "e", "s", "t", "M", "e", "s", "s", "a", "g", "e", "K", "i", "n", "d" ], [ "T", "e", "s", "t", "O", "u", "t", "c", "o", "m", "e" ], [ "T", "e", "s", "t", "S", "t", "a", "t", "e" ], [ "W", "e", "b", "S", "e", "r", "v", "e", "r", "T", "y", "p", "e" ] ]
Microsoft.VisualStudio.TestTools.Common Namespace ()
Enumeration
https://msdn.microsoft.com/en-us/library/vstudio/microsoft.visualstudio.testtools.common(v=vs.100).aspx
41/1438042986451.45_20150728002306-00233-ip-10-236-191-2_881697664_3.json
1374ed6b__TestTools_Common_Namespace_____Enumeration
[Description] Describes the outcome of a test run. [Enumeration]
TestOutcome
[ [ "D", "a", "t", "a", "C", "o", "l", "l", "e", "c", "t", "o", "r", "M", "e", "s", "s", "a", "g", "e", "L", "e", "v", "e", "l" ], [ "D", "e", "b", "u", "g", "E", "n", "g", "i", "n", "e" ], [ "P", "r", "o", "p", "e", "r", "t", "y", "C", "o", "n", "v", "e", "r", "t", "e", "r", "T", "y", "p", "e" ], [ "P", "r", "o", "p", "e", "r", "t", "y", "E", "d", "i", "t", "o", "r", "T", "y", "p", "e" ], [ "R", "u", "n", "S", "t", "a", "t", "e" ], [ "T", "e", "s", "t", "M", "e", "s", "s", "a", "g", "e", "K", "i", "n", "d" ], [ "T", "e", "s", "t", "O", "u", "t", "c", "o", "m", "e" ], [ "T", "e", "s", "t", "S", "t", "a", "t", "e" ], [ "W", "e", "b", "S", "e", "r", "v", "e", "r", "T", "y", "p", "e" ] ]
Microsoft.VisualStudio.TestTools.Common Namespace ()
Enumeration
https://msdn.microsoft.com/en-us/library/vstudio/microsoft.visualstudio.testtools.common(v=vs.100).aspx
41/1438042986451.45_20150728002306-00233-ip-10-236-191-2_881697664_3.json
1374ed6b__TestTools_Common_Namespace_____Enumeration
[Description] This enumeration represents the valid states for a test. [Enumeration]
TestState
[ [ "D", "a", "t", "a", "C", "o", "l", "l", "e", "c", "t", "o", "r", "M", "e", "s", "s", "a", "g", "e", "L", "e", "v", "e", "l" ], [ "D", "e", "b", "u", "g", "E", "n", "g", "i", "n", "e" ], [ "P", "r", "o", "p", "e", "r", "t", "y", "C", "o", "n", "v", "e", "r", "t", "e", "r", "T", "y", "p", "e" ], [ "P", "r", "o", "p", "e", "r", "t", "y", "E", "d", "i", "t", "o", "r", "T", "y", "p", "e" ], [ "R", "u", "n", "S", "t", "a", "t", "e" ], [ "T", "e", "s", "t", "M", "e", "s", "s", "a", "g", "e", "K", "i", "n", "d" ], [ "T", "e", "s", "t", "O", "u", "t", "c", "o", "m", "e" ], [ "T", "e", "s", "t", "S", "t", "a", "t", "e" ], [ "W", "e", "b", "S", "e", "r", "v", "e", "r", "T", "y", "p", "e" ] ]
Microsoft.VisualStudio.TestTools.Common Namespace ()
Enumeration
https://msdn.microsoft.com/en-us/library/vstudio/microsoft.visualstudio.testtools.common(v=vs.100).aspx
41/1438042986451.45_20150728002306-00233-ip-10-236-191-2_881697664_3.json
1374ed6b__TestTools_Common_Namespace_____Enumeration
[Description] This enumeration provides valid types of Web server settings. [Enumeration]
WebServerType
[ [ "D", "a", "t", "a", "C", "o", "l", "l", "e", "c", "t", "o", "r", "M", "e", "s", "s", "a", "g", "e", "L", "e", "v", "e", "l" ], [ "D", "e", "b", "u", "g", "E", "n", "g", "i", "n", "e" ], [ "P", "r", "o", "p", "e", "r", "t", "y", "C", "o", "n", "v", "e", "r", "t", "e", "r", "T", "y", "p", "e" ], [ "P", "r", "o", "p", "e", "r", "t", "y", "E", "d", "i", "t", "o", "r", "T", "y", "p", "e" ], [ "R", "u", "n", "S", "t", "a", "t", "e" ], [ "T", "e", "s", "t", "M", "e", "s", "s", "a", "g", "e", "K", "i", "n", "d" ], [ "T", "e", "s", "t", "O", "u", "t", "c", "o", "m", "e" ], [ "T", "e", "s", "t", "S", "t", "a", "t", "e" ], [ "W", "e", "b", "S", "e", "r", "v", "e", "r", "T", "y", "p", "e" ] ]
Microsoft.VisualStudio.TestTools.Common Namespace ()
Enumeration
https://msdn.microsoft.com/en-us/library/vstudio/microsoft.visualstudio.testtools.common(v=vs.100).aspx
41/1438042986451.45_20150728002306-00233-ip-10-236-191-2_881697664_3.json
f999cb41_Enumeration__System_Messaging___Member_name
[Description] A negative arrival acknowledgment indicating that the sending application does not have the necessary rights to send a message to the destination queue. [Member name]
AccessDenied
[]
Acknowledgment Enumeration (System.Messaging)
Member name
https://msdn.microsoft.com/en-US/library/system.messaging.acknowledgment(v=vs.80).aspx
41/1438042989510.73_20150728002309-00129-ip-10-236-191-2_863829447_0.json
f999cb41_Enumeration__System_Messaging___Member_name
[Description] A negative arrival acknowledgment indicating that the destination queue is not available to the sending application. [Member name]
BadDestinationQueue
[]
Acknowledgment Enumeration (System.Messaging)
Member name
https://msdn.microsoft.com/en-US/library/system.messaging.acknowledgment(v=vs.80).aspx
41/1438042989510.73_20150728002309-00129-ip-10-236-191-2_863829447_0.json
f999cb41_Enumeration__System_Messaging___Member_name
[Description] A negative arrival acknowledgment indicating that the destination queue manager could not decrypt a private message. [Member name]
BadEncryption
[]
Acknowledgment Enumeration (System.Messaging)
Member name
https://msdn.microsoft.com/en-US/library/system.messaging.acknowledgment(v=vs.80).aspx
41/1438042989510.73_20150728002309-00129-ip-10-236-191-2_863829447_0.json
f999cb41_Enumeration__System_Messaging___Member_name
[Description] A negative arrival acknowledgment indicating that the original message's digital signature is not valid and could not be authenticated by Message Queuing. [Member name]
BadSignature
[]
Acknowledgment Enumeration (System.Messaging)
Member name
https://msdn.microsoft.com/en-US/library/system.messaging.acknowledgment(v=vs.80).aspx
41/1438042989510.73_20150728002309-00129-ip-10-236-191-2_863829447_0.json
f999cb41_Enumeration__System_Messaging___Member_name
[Description] A negative arrival acknowledgment indicating that the source queue manager could not encrypt a private message. [Member name]
CouldNotEncrypt
[]
Acknowledgment Enumeration (System.Messaging)
Member name
https://msdn.microsoft.com/en-US/library/system.messaging.acknowledgment(v=vs.80).aspx
41/1438042989510.73_20150728002309-00129-ip-10-236-191-2_863829447_0.json
f999cb41_Enumeration__System_Messaging___Member_name
[Description] A negative arrival acknowledgment indicating that the original message's hop count (which indicates the number of intermediate servers) was exceeded. The maximum hop count, 15, is set by Message Queuing and is immutable. [Member name]
HopCountExceeded
[]
Acknowledgment Enumeration (System.Messaging)
Member name
https://msdn.microsoft.com/en-US/library/system.messaging.acknowledgment(v=vs.80).aspx
41/1438042989510.73_20150728002309-00129-ip-10-236-191-2_863829447_0.json
f999cb41_Enumeration__System_Messaging___Member_name
[Description] The message is not an acknowledgment message. [Member name]
None
[]
Acknowledgment Enumeration (System.Messaging)
Member name
https://msdn.microsoft.com/en-US/library/system.messaging.acknowledgment(v=vs.80).aspx
41/1438042989510.73_20150728002309-00129-ip-10-236-191-2_863829447_0.json