MCPcopy Create free account

hub / github.com/WinDurango/WinDurango / functions

Functions3,998 in github.com/WinDurango/WinDurango

↓ 2 callersFunctionWilRaiseFailFastException
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/result_macros.h:2583
↓ 2 callersFunctionXWineGetImport
projects/WinDurango.KernelX/src/Hooks.cpp:21
↓ 2 callersMethod__clone
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/wistd_functional.h:232
↓ 2 callersFunction__not_null
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/wistd_functional.h:160
↓ 2 callersMethodacquire
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/resource.h:3097
↓ 2 callersMethodassign
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/result_macros.h:2386
↓ 2 callersFunctionattach_to_smart_pointer
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/resource.h:723
↓ 2 callersMethodclient_await_ready
The remaining methods are used by the awaiters.
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/coroutine.h:484
↓ 2 callersMethodclient_await_resume
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/coroutine.h:512
↓ 2 callersFunctioncopy_name
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/registry_helpers.h:1313
↓ 2 callersMethodcreate
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/filesystem.h:561
↓ 2 callersFunctionfind_last_path_segment
Find the last segment of a path. Matches the behavior of shlwapi!PathFindFileNameW() note, does not support streams being specified like PathFindFileN
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/filesystem.h:44
↓ 2 callersMethodget_IsActive
projects/WinDurango.KernelX/src/CurrentApp.cpp:119
↓ 2 callersFunctionget_abi
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/cppwinrt.h:280
↓ 2 callersFunctionget_access_flags
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/registry_helpers.h:98
↓ 2 callersFunctionget_token_is_app_container_nothrow
Determine whether a token represents an app container This method uses the passed in token and emits a boolean indicating that whether TokenIs
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/token_helpers.h:650
↓ 2 callersFunctionget_value_expanded_string
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/registry.h:1019
↓ 2 callersFunctionmake_cotaskmem_string_secure_nothrow
Copies a given string into secure memory allocated with `CoTaskMemAlloc()` in a context that may not throw upon allocation failure. See the overlo
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/resource.h:5924
↓ 2 callersFunctionmake_hlocal_string_nothrow
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/resource.h:4378
↓ 2 callersFunctionmake_hlocal_string_secure_nothrow
Copies a given string into secure memory allocated with `LocalAlloc()` in a context that may not throw upon allocation failure. See the overload o
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/resource.h:4583
↓ 2 callersFunctionmake_hstring_from_buffer_nothrow
Promotes an hstring_buffer to an HSTRING. When an HSTRING_BUFFER object is promoted to a real string it must not be passed to WindowsDeleteString.
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/resource.h:4883
↓ 2 callersFunctionmake_static_sid
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/token_helpers.h:579
↓ 2 callersFunctionmake_variant_bstr_nothrow
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/resource.h:5080
↓ 2 callersFunctionmap_rpc_exception
Some RPC exceptions are already HRESULTs. Others are in the regular Win32 error space. If the incoming exception code isn't an HRESULT, wrap it.
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/rpc_helpers.h:49
↓ 2 callersFunctionopen_current_access_token_nothrow
Open the active token. Opens either the current thread token (if impersonating) or the current process token. Returns a token the caller can u
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/token_helpers.h:179
↓ 2 callersMethodoperator->
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/winrt.h:811
↓ 2 callersFunctionout_param
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/resource.h:833
↓ 2 callersFunctionresize_name_cch
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/registry_helpers.h:1363
↓ 2 callersMethodresume_context_sync
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/coroutine.h:838
↓ 2 callersFunctionstr_concat_nothrow
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/resource.h:1838
↓ 2 callersFunctionstream_copy_bytes
Copy data from one stream to another ~~~~ IStream* source = // ... IStream* target = // ... ULONGLONG copied = ; if (wil::stream_c
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/com.h:2885
↓ 2 callersFunctionstream_read_nothrow
Read an exact number of bytes from a stream into a buffer. Fails if the stream didn't read all the bytes requested. ~~~~ IStream* source =
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/com.h:2340
↓ 2 callersFunctionstream_read_partial_nothrow
Read data from a stream into a buffer. Reads up to a certain number of bytes into a buffer. Returns the amount of data written, which may be l
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/com.h:2316
↓ 2 callersFunctionstream_seek_from_current_position_nothrow
Seek a relative amount in a stream ~~~~ IStream* source = // ... RETURN_IF_FAILED(wil::stream_seek_from_current_position_nothrow(source, -
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/com.h:2483
↓ 2 callersFunctionstream_seek_nothrow
Seek a stream to a relative offset or absolute position ~~~~ IStream* source = // ... unsigned long long landed; RETURN_IF_FAILED(wil:
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/com.h:2443
↓ 2 callersFunctionstream_set_position
Seek a stream to an absolute offset ~~~~ IStream* source = // ... wil::stream_set_position(source, sizeof(HEADER)); ~~~~ @param st
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/com.h:2820
↓ 2 callersFunctionstream_write_string_nothrow
Write a string to a stream Serializes a string into a stream by putting its length and then the wchar_ts in the string into the stream. Zero-
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/com.h:2654
↓ 2 callersFunctionswap
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/com.h:960
↓ 2 callersMethodswap
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/wistd_functional.h:444
↓ 2 callersFunctiontest_token_membership_nothrow
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/token_helpers.h:621
↓ 2 callersFunctiontry_get_value_expanded_string
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/registry.h:1790
↓ 2 callersFunctiontry_get_value_string
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/registry.h:1778
↓ 2 callersFunctionversion_from_string
Since the C++/WinRT version macro is a string... For example: "2.0.221104.6"
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/cppwinrt.h:34
↓ 2 callersMethodwrite
projects/WinDurango.Implementation.WinRT/src/interfaces/Storage/File.cpp:93
↓ 1 callersMethodActivate
projects/WinDurango.KernelX/src/EraCoreWindow.cpp:47
↓ 1 callersMethodAddBackgroundContext
projects/WinDurango.D3D11X/src/ID3D11DeviceContext.cpp:186
↓ 1 callersMethodAllocateDriverMemory
projects/WinDurango.KernelX/src/Logan.cpp:65
↓ 1 callersMethodCallContextInfo
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/result.h:946
↓ 1 callersFunctionCanRecurseIntoDirectory
Reparse points should not be traversed in most recursive walks of the file system, unless allowed through the appropriate reparse tag.
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/filesystem.h:214
↓ 1 callersMethodClearRenderTargetView
projects/WinDurango.D3D11X/src/ID3D11DeviceContext.cpp:1264
↓ 1 callersFunctionCopyFolder
projects/WinDurango.Implementation.WinRT/src/interfaces/Storage/Directory.cpp:184
↓ 1 callersFunctionCopyFromSubresourceChecked
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/XG.h:364
↓ 1 callersMethodCopyResource
projects/WinDurango.D3D11X/src/ID3D11DeviceContext.cpp:1059
↓ 1 callersMethodCopySubresourceRegion
projects/WinDurango.D3D11X/src/ID3D11DeviceContext.cpp:875
↓ 1 callersMethodCreate
projects/WinDurango.WinRT/src/Windows/Xbox/Management/Deployment/Windows.Xbox.Management.Deployment.PackageTransferWatcher.cpp:20
↓ 1 callersMethodCreateDepthStencilState
projects/WinDurango.D3D11X/src/ID3D11Device.cpp:543
↓ 1 callersFunctionCreateDirectoryDeepNoThrow
Creates directories for the specified path, creating parent paths as needed.
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/filesystem.h:120
↓ 1 callersMethodCreateFromPointer
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/result.h:90
↓ 1 callersMethodCreateRenderTargetView
projects/WinDurango.D3D11X/src/ID3D11Device.cpp:312
↓ 1 callersMethodCreateSamplerState
projects/WinDurango.D3D11X/src/ID3D11Device.cpp:569
↓ 1 callersMethodCreateSwapChain
projects/WinDurango.D3D11X/src/IDXGIFactory.cpp:90
↓ 1 callersFunctionCustomExceptionFailureInfo
Use to produce a custom FailureInfo from an HRESULT (use only when constructing custom exception types).
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/result_macros.h:3544
↓ 1 callersMethodDeleteContainer
projects/WinDurango.WinRT/src/Windows/Xbox/Storage/Windows.Xbox.Storage.ConnectedStorage.cpp:184
↓ 1 callersMethodDestroy
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/result.h:78
↓ 1 callersFunctionDispatchACPCommand
projects/WinDurango.KernelX/src/Logan.cpp:104
↓ 1 callersFunctionDispatchACPCommandOld
projects/WinDurango.KernelX/src/Logan.cpp:143
↓ 1 callersFunctionDispatchClientACPCommand
projects/WinDurango.KernelX/src/Logan.cpp:182
↓ 1 callersFunctionDispatchClientACPCommandOld
projects/WinDurango.KernelX/src/Logan.cpp:275
↓ 1 callersFunctionDispatchGetDriverMemory
projects/WinDurango.KernelX/src/Logan.cpp:82
↓ 1 callersFunctionDispatchLoganCommand
projects/WinDurango.KernelX/src/Logan.cpp:368
↓ 1 callersMethodEnsureAllocated
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/result.h:579
↓ 1 callersFunctionEraVirtualAllocEx
projects/WinDurango.KernelX/src/kernelx.cpp:229
↓ 1 callersFunctionEraVirtualFree
projects/WinDurango.KernelX/src/kernelx.cpp:394
↓ 1 callersFunctionEraVirtualFreeEx
projects/WinDurango.KernelX/src/kernelx.cpp:353
↓ 1 callersFunctionEraVirtualProtectEx
projects/WinDurango.KernelX/src/kernelx.cpp:462
↓ 1 callersFunctionEraVirtualQueryEx
projects/WinDurango.KernelX/src/kernelx.cpp:399
↓ 1 callersMethodExecuteContext
projects/WinDurango.D3D11X/src/ID3D11DMAEngineContext.cpp:254
↓ 1 callersMethodFillMemoryWithValue
projects/WinDurango.D3D11X/src/ID3D11DeviceContext.cpp:3357
↓ 1 callersMethodFlush
For each distinct namespace, calls the provided flushCallback function. After returning, it will have deleted all ApiData elements, and zeroed the *co
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/Tracelogging.h:4687
↓ 1 callersFunctionFreeProcessHeap
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/resource.h:3728
↓ 1 callersMethodGet
projects/WinDurango.WinRT/src/Windows/Xbox/Storage/Windows.Xbox.Storage.ConnectedStorage.cpp:40
↓ 1 callersMethodGetBlobInfoAsync
projects/WinDurango.WinRT/src/Windows/Xbox/Storage/Windows.Xbox.Storage.ConnectedStorageContainer.cpp:7
↓ 1 callersFunctionGetCombaseVersion
projects/WinDurango.KernelX/include/WinDurango.KernelX/ACPLoganTypes.h:18
↓ 1 callersFunctionGetCombaseVersion
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/d3d11.x.h:33
↓ 1 callersMethodGetContainerInfoAsync
projects/WinDurango.WinRT/src/Windows/Xbox/Storage/Windows.Xbox.Storage.ContainerInfoQueryResult.cpp:7
↓ 1 callersFunctionGetCurrentProcessExecutionOption
Lookup a DWORD value under HKLM\...\Image File Execution Options\<current process name>
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/win32_helpers.h:680
↓ 1 callersMethodGetData
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/result.h:254
↓ 1 callersMethodGetDeviceRemovedReason
projects/WinDurango.D3D11X/src/ID3D11Device.cpp:700
↓ 1 callersMethodGetDriverMemory
projects/WinDurango.KernelX/src/Logan.cpp:15
↓ 1 callersFunctionGetErrorCode
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/result_macros.h:5251
↓ 1 callersMethodGetEvent
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/winrt.h:1605
↓ 1 callersFunctionGetFailureInfo
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/Tracelogging.h:1050
↓ 1 callersFunctionGetFileInfo
Type unsafe version used in the implementation to avoid template bloat.
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/filesystem.h:1008
↓ 1 callersFunctionGetFullPathNameW
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/filesystem.h:163
↓ 1 callersFunctionGetIids
projects/WinDurango.KernelX/include/WinDurango.KernelX/EraCoreApplication.h:216
↓ 1 callersMethodGetIids
projects/WinDurango.KernelX/include/WinDurango.KernelX/EraCoreApplication.h:287
↓ 1 callersFunctionGetModuleFileNameW
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/win32_helpers.h:553
↓ 1 callersFunctionGetModuleInformation
projects/WinDurango.D3D11X/include/WinDurango.D3D11X/wil/result_macros.h:2599
↓ 1 callersFunctionGetRuntimeClassName
projects/WinDurango.KernelX/include/WinDurango.KernelX/EraCoreApplication.h:221
↓ 1 callersMethodGetRuntimeClassName
projects/WinDurango.KernelX/include/WinDurango.KernelX/EraCoreApplication.h:292
← previousnext →201–300 of 3,998, ranked by callers