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
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedDecrementAcquire64 [Description]
Decrements (decreases by one) the value of the specified 64-bit variable as an atomic operation. The operation is performed with acquire memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedDecrementRelease64 [Description]
Decrements (decreases by one) the value of the specified 64-bit variable as an atomic operation. The operation is performed with release memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedDecrementNoFence64 [Description]
Decrements (decreases by one) the value of the specified 64-bit variable as an atomic operation. The operation is performed atomically, but without using memory barriers
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedExchange [Description]
Sets a 32-bit variable to the specified value as an atomic operation.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedExchangeAcquire [Description]
Sets a 32-bit variable to the specified value as an atomic operation. The operation is performed with acquire memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedExchangeNoFence [Description]
Sets a 64-bit variable to the specified value as an atomic operation. The operation is performed atomically, but without using memory barriers
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedExchange8 [Description]
Sets an 8-bit variable to the specified value as an atomic operation
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedExchange16 [Description]
Sets a 16-bit variable to the specified value as an atomic operation.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedExchange16Acquire [Description]
Sets a 16-bit variable to the specified value as an atomic operation. The operation is performed using acquire memory ordering semantics
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedExchange16NoFence [Description]
Sets a 16-bit variable to the specified value as an atomic operation. The operation is performed atomically, but without using memory barriers
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedExchange64 [Description]
Sets a 64-bit variable to the specified value as an atomic operation.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedExchangeAcquire64 [Description]
Sets a 32-bit variable to the specified value as an atomic operation. The operation is performed with acquire memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedExchangeNoFence64 [Description]
Sets a 64-bit variable to the specified value as an atomic operation. The operation is performed atomically, but without using memory barriers
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedExchangePointer [Description]
Atomically exchanges a pair of pointer values.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedExchangePointerAcquire [Description]
Atomically exchanges a pair of pointer values. The operation is performed with acquire memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedExchangePointerNoFence [Description]
Atomically exchanges a pair of addresses. The operation is performed atomically, but without using memory barriers
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedExchangeSubtract [Description]
Performs an atomic subtraction of two values.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedExchangeAdd [Description]
Performs an atomic addition of two 32-bit values.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedExchangeAddAcquire [Description]
Performs an atomic addition of two 32-bit values. The operation is performed with acquire memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedExchangeAddRelease [Description]
Performs an atomic addition of two 32-bit values. The operation is performed with release memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedExchangeAddNoFence [Description]
Performs an atomic addition of two 32-bit values. The operation is performed atomically, but without using memory barriers
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedExchangeAdd64 [Description]
Performs an atomic addition of two 64-bit values.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedExchangeAddAcquire64 [Description]
Performs an atomic addition of two 64-bit values. The operation is performed with acquire memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedExchangeAddRelease64 [Description]
Performs an atomic addition of two 64-bit values. The operation is performed with release memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedExchangeAddNoFence64 [Description]
Performs an atomic addition of two 64-bit values. The operation is performed atomically, but without using memory barriers
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedIncrement [Description]
Increments (increases by one) the value of the specified 32-bit variable as an atomic operation.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedIncrementAcquire [Description]
Increments (increases by one) the value of the specified 32-bit variable as an atomic operation. The operation is performed using acquire memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedIncrementRelease [Description]
Increments (increases by one) the value of the specified 32-bit variable as an atomic operation. The operation is performed using release memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedIncrementNoFence [Description]
Increments (increases by one) the value of the specified 32-bit variable as an atomic operation. The operation is performed atomically, but without using memory barriers
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedIncrement16 [Description]
Increments (increases by one) the value of the specified 16-bit variable as an atomic operation
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedIncrement16Acquire [Description]
Increments (increases by one) the value of the specified 16-bit variable as an atomic operation. The operation is performed using acquire memory ordering semantics
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedIncrement16Release [Description]
Increments (increases by one) the value of the specified 16-bit variable as an atomic operation. The operation is performed using release memory ordering semantics
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedIncrement16NoFence [Description]
Increments (increases by one) the value of the specified 16-bit variable as an atomic operation. The operation is performed atomically, but without using memory barriers
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedIncrement64 [Description]
Increments (increases by one) the value of the specified 64-bit variable as an atomic operation.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedIncrementAcquire64 [Description]
Increments (increases by one) the value of the specified 64-bit variable as an atomic operation. The operation is performed using acquire memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedIncrementRelease64 [Description]
Increments (increases by one) the value of the specified 64-bit variable as an atomic operation. The operation is performed using release memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedIncrementNoFence64 [Description]
Increments (increases by one) the value of the specified 64-bit variable as an atomic operation. The operation is performed atomically, but without using memory barriers
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedOr [Description]
Performs an atomic OR operation on the specified LONG values.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedOrAcquire [Description]
Performs an atomic OR operation on the specified LONG values. The operation is performed with acquire memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedOrRelease [Description]
Performs an atomic OR operation on the specified LONG values. The operation is performed with release memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedOrNoFence [Description]
Performs an atomic OR operation on the specified LONG values. The operation is performed atomically, but without using memory barriers
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedOr8 [Description]
Performs an atomic OR operation on the specified char values.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedOr8Acquire [Description]
Performs an atomic OR operation on the specified char values. The operation is performed with acquire memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedOr8Release [Description]
Performs an atomic OR operation on the specified char values. The operation is performed with release memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedOr8NoFence [Description]
Performs an atomic OR operation on the specified char values. The operation is performed atomically, but without using memory barriers
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedOr16 [Description]
Performs an atomic OR operation on the specified SHORT values.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedOr16Acquire [Description]
Performs an atomic OR operation on the specified SHORT values. The operation is performed with acquire memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedOr16Release [Description]
Performs an atomic OR operation on the specified SHORT values. The operation is performed with release memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedOr16NoFence [Description]
Performs an atomic OR operation on the specified SHORT values. The operation is performed atomically, but without using memory barriers
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedOr64 [Description]
Performs an atomic OR operation on the specified LONGLONG values.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedOr64Acquire [Description]
Performs an atomic OR operation on the specified LONGLONG values. The operation is performed with acquire memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedOr64Release [Description]
Performs an atomic OR operation on the specified LONGLONG values. The operation is performed with release memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedOr64NoFence [Description]
Performs an atomic OR operation on the specified LONGLONG values. The operation is performed atomically, but without using memory barriers
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedXor [Description]
Performs an atomic XOR operation on the specified LONG values.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedXorAcquire [Description]
Performs an atomic XOR operation on the specified LONG values. The operation is performed with acquire memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedXorRelease [Description]
Performs an atomic XOR operation on the specified LONG values. The operation is performed with release memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedXorNoFence [Description]
Performs an atomic XOR operation on the specified LONG values. The operation is performed atomically, but without using memory barriers
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedXor8 [Description]
Performs an atomic XOR operation on the specified char values.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedXor8Acquire [Description]
Performs an atomic XOR operation on the specified char values. The operation is performed with acquire memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedXor8Release [Description]
Performs an atomic XOR operation on the specified char values. The operation is performed with release memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedXor8NoFence [Description]
Performs an atomic XOR operation on the specified char values. The operation is performed atomically, but without using memory barriers
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedXor16 [Description]
Performs an atomic XOR operation on the specified SHORT values.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedXor16Acquire [Description]
Performs an atomic XOR operation on the specified SHORT values. The operation is performed with acquire memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedXor16Release [Description]
Performs an atomic XOR operation on the specified SHORT values. The operation is performed with release memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedXor16NoFence [Description]
Performs an atomic XOR operation on the specified SHORT values. The operation is performed atomically, but without using memory barriers
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedXor64 [Description]
Performs an atomic XOR operation on the specified LONGLONG values.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedXor64Acquire [Description]
Performs an atomic XOR operation on the specified LONGLONG values. The operation is performed with acquire memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedXor64Release [Description]
Performs an atomic XOR operation on the specified LONGLONG values. The operation is performed with release memory ordering semantics.
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
7dbd315f_ronization_Functions__Windows___Description
[Interlocked function] InterlockedXor64NoFence [Description]
Performs an atomic XOR operation on the specified LONGLONG values. The operation is performed atomically, but without using memory barriers
[]
Synchronization Functions (Windows)
Description
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686360(v=vs.85).aspx
44/1438042981525.10_20150728002301-00219-ip-10-236-191-2_869419224_5.json
ab6fec7c_System_Net_NetworkInformation___Member_name
[Description] The network interface is not in a condition to transmit data packets; it is waiting for an external event. [Member name]
Dormant
[ [ "D", "o", "r", "m", "a", "n", "t" ], [ "D", "o", "w", "n" ], [ "L", "o", "w", "e", "r", "L", "a", "y", "e", "r", "D", "o", "w", "n" ], [ "N", "o", "t", "P", "r", "e", "s", "e", "n", "t" ], [ "T", "e", "s", "t", "i", "n", "g" ], [ "U", "n", "k", "n", "o", "w", "n" ], [ "U", "p" ] ]
OperationalStatus Enumeration (System.Net.NetworkInformation)
Member name
https://msdn.microsoft.com/en-us/library/system.net.networkinformation.operationalstatus(v=vs.110).aspx
44/1438042981525.10_20150728002301-00290-ip-10-236-191-2_894070442_0.json
ab6fec7c_System_Net_NetworkInformation___Member_name
[Description] The network interface is unable to transmit data packets. [Member name]
Down
[ [ "D", "o", "r", "m", "a", "n", "t" ], [ "D", "o", "w", "n" ], [ "L", "o", "w", "e", "r", "L", "a", "y", "e", "r", "D", "o", "w", "n" ], [ "N", "o", "t", "P", "r", "e", "s", "e", "n", "t" ], [ "T", "e", "s", "t", "i", "n", "g" ], [ "U", "n", "k", "n", "o", "w", "n" ], [ "U", "p" ] ]
OperationalStatus Enumeration (System.Net.NetworkInformation)
Member name
https://msdn.microsoft.com/en-us/library/system.net.networkinformation.operationalstatus(v=vs.110).aspx
44/1438042981525.10_20150728002301-00290-ip-10-236-191-2_894070442_0.json
ab6fec7c_System_Net_NetworkInformation___Member_name
[Description] The network interface is unable to transmit data packets because it runs on top of one or more other interfaces, and at least one of these "lower layer" interfaces is down. [Member name]
LowerLayerDown
[ [ "D", "o", "r", "m", "a", "n", "t" ], [ "D", "o", "w", "n" ], [ "L", "o", "w", "e", "r", "L", "a", "y", "e", "r", "D", "o", "w", "n" ], [ "N", "o", "t", "P", "r", "e", "s", "e", "n", "t" ], [ "T", "e", "s", "t", "i", "n", "g" ], [ "U", "n", "k", "n", "o", "w", "n" ], [ "U", "p" ] ]
OperationalStatus Enumeration (System.Net.NetworkInformation)
Member name
https://msdn.microsoft.com/en-us/library/system.net.networkinformation.operationalstatus(v=vs.110).aspx
44/1438042981525.10_20150728002301-00290-ip-10-236-191-2_894070442_0.json
ab6fec7c_System_Net_NetworkInformation___Member_name
[Description] The network interface is unable to transmit data packets because of a missing component, typically a hardware component. [Member name]
NotPresent
[ [ "D", "o", "r", "m", "a", "n", "t" ], [ "D", "o", "w", "n" ], [ "L", "o", "w", "e", "r", "L", "a", "y", "e", "r", "D", "o", "w", "n" ], [ "N", "o", "t", "P", "r", "e", "s", "e", "n", "t" ], [ "T", "e", "s", "t", "i", "n", "g" ], [ "U", "n", "k", "n", "o", "w", "n" ], [ "U", "p" ] ]
OperationalStatus Enumeration (System.Net.NetworkInformation)
Member name
https://msdn.microsoft.com/en-us/library/system.net.networkinformation.operationalstatus(v=vs.110).aspx
44/1438042981525.10_20150728002301-00290-ip-10-236-191-2_894070442_0.json
ab6fec7c_System_Net_NetworkInformation___Member_name
[Description] The network interface is running tests. [Member name]
Testing
[ [ "D", "o", "r", "m", "a", "n", "t" ], [ "D", "o", "w", "n" ], [ "L", "o", "w", "e", "r", "L", "a", "y", "e", "r", "D", "o", "w", "n" ], [ "N", "o", "t", "P", "r", "e", "s", "e", "n", "t" ], [ "T", "e", "s", "t", "i", "n", "g" ], [ "U", "n", "k", "n", "o", "w", "n" ], [ "U", "p" ] ]
OperationalStatus Enumeration (System.Net.NetworkInformation)
Member name
https://msdn.microsoft.com/en-us/library/system.net.networkinformation.operationalstatus(v=vs.110).aspx
44/1438042981525.10_20150728002301-00290-ip-10-236-191-2_894070442_0.json
ab6fec7c_System_Net_NetworkInformation___Member_name
[Description] The network interface status is not known. [Member name]
Unknown
[ [ "D", "o", "r", "m", "a", "n", "t" ], [ "D", "o", "w", "n" ], [ "L", "o", "w", "e", "r", "L", "a", "y", "e", "r", "D", "o", "w", "n" ], [ "N", "o", "t", "P", "r", "e", "s", "e", "n", "t" ], [ "T", "e", "s", "t", "i", "n", "g" ], [ "U", "n", "k", "n", "o", "w", "n" ], [ "U", "p" ] ]
OperationalStatus Enumeration (System.Net.NetworkInformation)
Member name
https://msdn.microsoft.com/en-us/library/system.net.networkinformation.operationalstatus(v=vs.110).aspx
44/1438042981525.10_20150728002301-00290-ip-10-236-191-2_894070442_0.json
ab6fec7c_System_Net_NetworkInformation___Member_name
[Description] The network interface is up; it can transmit data packets. [Member name]
Up
[ [ "D", "o", "r", "m", "a", "n", "t" ], [ "D", "o", "w", "n" ], [ "L", "o", "w", "e", "r", "L", "a", "y", "e", "r", "D", "o", "w", "n" ], [ "N", "o", "t", "P", "r", "e", "s", "e", "n", "t" ], [ "T", "e", "s", "t", "i", "n", "g" ], [ "U", "n", "k", "n", "o", "w", "n" ], [ "U", "p" ] ]
OperationalStatus Enumeration (System.Net.NetworkInformation)
Member name
https://msdn.microsoft.com/en-us/library/system.net.networkinformation.operationalstatus(v=vs.110).aspx
44/1438042981525.10_20150728002301-00290-ip-10-236-191-2_894070442_0.json
71ad6943_Identities_Command__Description
[Option] /change [Description]
Specifies that you want to change identities instead of listing them.
[]
Identities Command
Description
https://msdn.microsoft.com/en-us/library/ms253054.aspx
44/1438042981525.10_20150728002301-00178-ip-10-236-191-2_869139446_3.json
71ad6943_Identities_Command__Description
[Option] /fromdomain: DomainName [Description]
Required when using /change. Specifies the original domain of the identities that you want to change. If you are changing from a workgroup environment, specifies the name of the computer.
[]
Identities Command
Description
https://msdn.microsoft.com/en-us/library/ms253054.aspx
44/1438042981525.10_20150728002301-00178-ip-10-236-191-2_869139446_3.json
71ad6943_Identities_Command__Description
[Option] /todomain: DomainName [Description]
Required when using /change. Specifies the domain to which you want to change identities. If you are changing to a workgroup environment, specifies the name of the computer.
[]
Identities Command
Description
https://msdn.microsoft.com/en-us/library/ms253054.aspx
44/1438042981525.10_20150728002301-00178-ip-10-236-191-2_869139446_3.json
71ad6943_Identities_Command__Description
[Option] /account: AccountName [Description]
Specifies the name of an account for which you want to list or change identities.
[]
Identities Command
Description
https://msdn.microsoft.com/en-us/library/ms253054.aspx
44/1438042981525.10_20150728002301-00178-ip-10-236-191-2_869139446_3.json
71ad6943_Identities_Command__Description
[Option] /toaccount: AccountName [Description]
Specifies the name of an account to which you want to change identities.
[]
Identities Command
Description
https://msdn.microsoft.com/en-us/library/ms253054.aspx
44/1438042981525.10_20150728002301-00178-ip-10-236-191-2_869139446_3.json
71ad6943_Identities_Command__Description
[Option] /SQLInstance: ServerName [Description]
Specifies the name of the server that is running SQL Server and the name of the instance if you want to use an instance other than the default instance. If you specify an instance, you must use the following format: ServerName\InstanceName
[]
Identities Command
Description
https://msdn.microsoft.com/en-us/library/ms253054.aspx
44/1438042981525.10_20150728002301-00178-ip-10-236-191-2_869139446_3.json
71ad6943_Identities_Command__Description
[Option] /DatabaseName: DatabaseName [Description]
Specifies the name of the configuration database for TFS.
[]
Identities Command
Description
https://msdn.microsoft.com/en-us/library/ms253054.aspx
44/1438042981525.10_20150728002301-00178-ip-10-236-191-2_869139446_3.json
71ad6943_Identities_Command__Description
[Option] /usesqlalwayson [Description]
Specifies that the databases are part of an AlwaysOn Availability Group in SQL Server. If configured, this option sets MultiSubnetFailover in the connection string. For more information, see AlwaysOn Availability Groups (SQL Server).
[]
Identities Command
Description
https://msdn.microsoft.com/en-us/library/ms253054.aspx
44/1438042981525.10_20150728002301-00178-ip-10-236-191-2_869139446_3.json
7dbb9ef5_port_controls__XAML___Windows___Button
[Click handler action] Calls the Stop method. [Button]
Stop
[ [ "S", "t", "o", "p" ], [ "P", "a", "u", "s", "e" ], [ "F", "a", "s", "t", " ", "f", "o", "r", "w", "a", "r", "d" ], [ "R", "e", "w", "i", "n", "d" ], [ "P", "l", "a", "y" ], [ "M", "u", "t", "e" ], [ "V", "o", "l", "u", "m", "e", " ", "u", "p", ",", " ", "V", "o", "l", "u", "m", "e", " ", "d", "o", "w", "n" ] ]
How to create custom media transport controls (XAML) (Windows)
Button
https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh986967.aspx
44/1438042981525.10_20150728002301-00200-ip-10-236-191-2_869610062_0.json
7dbb9ef5_port_controls__XAML___Windows___Button
[Click handler action] Calls the Pause method [Button]
Pause
[ [ "S", "t", "o", "p" ], [ "P", "a", "u", "s", "e" ], [ "F", "a", "s", "t", " ", "f", "o", "r", "w", "a", "r", "d" ], [ "R", "e", "w", "i", "n", "d" ], [ "P", "l", "a", "y" ], [ "M", "u", "t", "e" ], [ "V", "o", "l", "u", "m", "e", " ", "u", "p", ",", " ", "V", "o", "l", "u", "m", "e", " ", "d", "o", "w", "n" ] ]
How to create custom media transport controls (XAML) (Windows)
Button
https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh986967.aspx
44/1438042981525.10_20150728002301-00200-ip-10-236-191-2_869610062_0.json
7dbb9ef5_port_controls__XAML___Windows___Button
[Click handler action] Sets the value of the DefaultPlaybackRate property to 2.0. You can adjust this value to increase or decrease the rate of the fast-forward. Then the handler calls the Play method. [Button]
Fast forward
[ [ "S", "t", "o", "p" ], [ "P", "a", "u", "s", "e" ], [ "F", "a", "s", "t", " ", "f", "o", "r", "w", "a", "r", "d" ], [ "R", "e", "w", "i", "n", "d" ], [ "P", "l", "a", "y" ], [ "M", "u", "t", "e" ], [ "V", "o", "l", "u", "m", "e", " ", "u", "p", ",", " ", "V", "o", "l", "u", "m", "e", " ", "d", "o", "w", "n" ] ]
How to create custom media transport controls (XAML) (Windows)
Button
https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh986967.aspx
44/1438042981525.10_20150728002301-00200-ip-10-236-191-2_869610062_0.json
7dbb9ef5_port_controls__XAML___Windows___Button
[Click handler action] Sets the value of the DefaultPlaybackRate property to -2.0. You can adjust this value to increase or decrease the rate of the rewind. The handler then calls the Play method. [Button]
Rewind
[ [ "S", "t", "o", "p" ], [ "P", "a", "u", "s", "e" ], [ "F", "a", "s", "t", " ", "f", "o", "r", "w", "a", "r", "d" ], [ "R", "e", "w", "i", "n", "d" ], [ "P", "l", "a", "y" ], [ "M", "u", "t", "e" ], [ "V", "o", "l", "u", "m", "e", " ", "u", "p", ",", " ", "V", "o", "l", "u", "m", "e", " ", "d", "o", "w", "n" ] ]
How to create custom media transport controls (XAML) (Windows)
Button
https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh986967.aspx
44/1438042981525.10_20150728002301-00200-ip-10-236-191-2_869610062_0.json
7dbb9ef5_port_controls__XAML___Windows___Button
[Click handler action] If the DefaultPlaybackRate is not 1.0, sets the DefaultPlaybackRate to 1.0. The handler then calls the Playmethod. [Button]
Play
[ [ "S", "t", "o", "p" ], [ "P", "a", "u", "s", "e" ], [ "F", "a", "s", "t", " ", "f", "o", "r", "w", "a", "r", "d" ], [ "R", "e", "w", "i", "n", "d" ], [ "P", "l", "a", "y" ], [ "M", "u", "t", "e" ], [ "V", "o", "l", "u", "m", "e", " ", "u", "p", ",", " ", "V", "o", "l", "u", "m", "e", " ", "d", "o", "w", "n" ] ]
How to create custom media transport controls (XAML) (Windows)
Button
https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh986967.aspx
44/1438042981525.10_20150728002301-00200-ip-10-236-191-2_869610062_0.json
7dbb9ef5_port_controls__XAML___Windows___Button
[Click handler action] Toggles the IsMuted property between true and false. [Button]
Mute
[ [ "S", "t", "o", "p" ], [ "P", "a", "u", "s", "e" ], [ "F", "a", "s", "t", " ", "f", "o", "r", "w", "a", "r", "d" ], [ "R", "e", "w", "i", "n", "d" ], [ "P", "l", "a", "y" ], [ "M", "u", "t", "e" ], [ "V", "o", "l", "u", "m", "e", " ", "u", "p", ",", " ", "V", "o", "l", "u", "m", "e", " ", "d", "o", "w", "n" ] ]
How to create custom media transport controls (XAML) (Windows)
Button
https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh986967.aspx
44/1438042981525.10_20150728002301-00200-ip-10-236-191-2_869610062_0.json
7dbb9ef5_port_controls__XAML___Windows___Button
[Click handler action] If IsMuted is true, unmutes the audio. Then the handler increments or decrements the Volume property by 0.1. The volume levels range from 0.0 to 1.0. Note that the data binding on the TextBlock control takes care of updating the volume display. [Button]
Volume up, Volume down
[ [ "S", "t", "o", "p" ], [ "P", "a", "u", "s", "e" ], [ "F", "a", "s", "t", " ", "f", "o", "r", "w", "a", "r", "d" ], [ "R", "e", "w", "i", "n", "d" ], [ "P", "l", "a", "y" ], [ "M", "u", "t", "e" ], [ "V", "o", "l", "u", "m", "e", " ", "u", "p", ",", " ", "V", "o", "l", "u", "m", "e", " ", "d", "o", "w", "n" ] ]
How to create custom media transport controls (XAML) (Windows)
Button
https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh986967.aspx
44/1438042981525.10_20150728002301-00200-ip-10-236-191-2_869610062_0.json
78a21003_port_controls__XAML___Windows___Click_handler_action
[Button] Stop [Click handler action]
Calls the Stop method.
[]
How to create custom media transport controls (XAML) (Windows)
Click handler action
https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh986967.aspx
44/1438042981525.10_20150728002301-00200-ip-10-236-191-2_869610062_0.json
78a21003_port_controls__XAML___Windows___Click_handler_action
[Button] Pause [Click handler action]
Calls the Pause method
[]
How to create custom media transport controls (XAML) (Windows)
Click handler action
https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh986967.aspx
44/1438042981525.10_20150728002301-00200-ip-10-236-191-2_869610062_0.json
78a21003_port_controls__XAML___Windows___Click_handler_action
[Button] Fast forward [Click handler action]
Sets the value of the DefaultPlaybackRate property to 2.0. You can adjust this value to increase or decrease the rate of the fast-forward. Then the handler calls the Play method.
[]
How to create custom media transport controls (XAML) (Windows)
Click handler action
https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh986967.aspx
44/1438042981525.10_20150728002301-00200-ip-10-236-191-2_869610062_0.json
78a21003_port_controls__XAML___Windows___Click_handler_action
[Button] Rewind [Click handler action]
Sets the value of the DefaultPlaybackRate property to -2.0. You can adjust this value to increase or decrease the rate of the rewind. The handler then calls the Play method.
[]
How to create custom media transport controls (XAML) (Windows)
Click handler action
https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh986967.aspx
44/1438042981525.10_20150728002301-00200-ip-10-236-191-2_869610062_0.json
78a21003_port_controls__XAML___Windows___Click_handler_action
[Button] Play [Click handler action]
If the DefaultPlaybackRate is not 1.0, sets the DefaultPlaybackRate to 1.0. The handler then calls the Playmethod.
[]
How to create custom media transport controls (XAML) (Windows)
Click handler action
https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh986967.aspx
44/1438042981525.10_20150728002301-00200-ip-10-236-191-2_869610062_0.json
78a21003_port_controls__XAML___Windows___Click_handler_action
[Button] Mute [Click handler action]
Toggles the IsMuted property between true and false.
[]
How to create custom media transport controls (XAML) (Windows)
Click handler action
https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh986967.aspx
44/1438042981525.10_20150728002301-00200-ip-10-236-191-2_869610062_0.json
78a21003_port_controls__XAML___Windows___Click_handler_action
[Button] Volume up, Volume down [Click handler action]
If IsMuted is true, unmutes the audio. Then the handler increments or decrements the Volume property by 0.1. The volume levels range from 0.0 to 1.0. Note that the data binding on the TextBlock control takes care of updating the volume display.
[]
How to create custom media transport controls (XAML) (Windows)
Click handler action
https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh986967.aspx
44/1438042981525.10_20150728002301-00200-ip-10-236-191-2_869610062_0.json
abff0d22__Filters_Overview__Standard_8___2
[0] Functionality [1] UWF [3] FBWF [2]
EWF
[ [ "E", "W", "F" ], [ "N", "o" ], [ "N", "o", "*" ], [ "Y", "e", "s" ] ]
Write Filters Overview (Standard 8)
2
https://msdn.microsoft.com/en-us/library/jj979735(v=winembedded.81).aspx
44/1438042990445.44_20150728002310-00119-ip-10-236-191-2_879975434_1.json
abff0d22__Filters_Overview__Standard_8___2
[0] File/folder exclusions [1] Yes [3] Yes [2]
No
[ [ "E", "W", "F" ], [ "N", "o" ], [ "N", "o", "*" ], [ "Y", "e", "s" ] ]
Write Filters Overview (Standard 8)
2
https://msdn.microsoft.com/en-us/library/jj979735(v=winembedded.81).aspx
44/1438042990445.44_20150728002310-00119-ip-10-236-191-2_879975434_1.json