system

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Rendered for windows/amd64

Index

Constants

View Source
const GUIDiLauncherStatics string = "277151c3-9e3e-42f6-91a4-5dfdeb232451"
View Source
const GUIDiLauncherStatics2 string = "59ba2fbb-24cb-4c02-a4c4-8294569d54f1"
View Source
const GUIDiLauncherStatics3 string = "234261a8-9db3-4683-aa42-dc6f51d33847"
View Source
const GUIDiLauncherStatics4 string = "b9ec819f-b5a5-41c6-b3b3-dd1b3178bcf2"
View Source
const GUIDiLauncherStatics5 string = "5b24ef84-d895-5fea-9153-1ac49aed9ba9"
View Source
const SignatureiLauncherStatics string = "{277151c3-9e3e-42f6-91a4-5dfdeb232451}"
View Source
const SignatureiLauncherStatics2 string = "{59ba2fbb-24cb-4c02-a4c4-8294569d54f1}"
View Source
const SignatureiLauncherStatics3 string = "{234261a8-9db3-4683-aa42-dc6f51d33847}"
View Source
const SignatureiLauncherStatics4 string = "{b9ec819f-b5a5-41c6-b3b3-dd1b3178bcf2}"
View Source
const SignatureiLauncherStatics5 string = "{5b24ef84-d895-5fea-9153-1ac49aed9ba9}"

Variables

This section is empty.

Functions

func LauncherFindAppUriHandlersAsync

func LauncherFindAppUriHandlersAsync(uri *foundation.Uri) (*foundation.IAsyncOperation, error)

func LauncherFindFileHandlersAsync

func LauncherFindFileHandlersAsync(extension string) (*foundation.IAsyncOperation, error)

func LauncherFindUriSchemeHandlersAsync

func LauncherFindUriSchemeHandlersAsync(scheme string) (*foundation.IAsyncOperation, error)

func LauncherFindUriSchemeHandlersWithLaunchUriTypeAsync

func LauncherFindUriSchemeHandlersWithLaunchUriTypeAsync(scheme string, launchQuerySupportType LaunchQuerySupportType) (*foundation.IAsyncOperation, error)

func LauncherLaunchFileAsync

func LauncherLaunchFileAsync(file *storage.IStorageFile) (*foundation.IAsyncOperation, error)

func LauncherLaunchFileWithOptionsAsync

func LauncherLaunchFileWithOptionsAsync(file *storage.IStorageFile, options *LauncherOptions) (*foundation.IAsyncOperation, error)

func LauncherLaunchFolderAsync

func LauncherLaunchFolderAsync(folder *storage.IStorageFolder) (*foundation.IAsyncOperation, error)

func LauncherLaunchFolderPathAsync

func LauncherLaunchFolderPathAsync(path string) (*foundation.IAsyncOperation, error)

func LauncherLaunchFolderPathForUserAsync

func LauncherLaunchFolderPathForUserAsync(user *User, path string) (*foundation.IAsyncOperation, error)

func LauncherLaunchFolderPathWithOptionsAsync

func LauncherLaunchFolderPathWithOptionsAsync(path string, options *FolderLauncherOptions) (*foundation.IAsyncOperation, error)

func LauncherLaunchFolderPathWithOptionsForUserAsync

func LauncherLaunchFolderPathWithOptionsForUserAsync(user *User, path string, options *FolderLauncherOptions) (*foundation.IAsyncOperation, error)

func LauncherLaunchFolderWithOptionsAsync

func LauncherLaunchFolderWithOptionsAsync(folder *storage.IStorageFolder, options *FolderLauncherOptions) (*foundation.IAsyncOperation, error)

func LauncherLaunchUriAsync

func LauncherLaunchUriAsync(uri *foundation.Uri) (*foundation.IAsyncOperation, error)

func LauncherLaunchUriForResultsAsync

func LauncherLaunchUriForResultsAsync(uri *foundation.Uri, options *LauncherOptions) (*foundation.IAsyncOperation, error)

func LauncherLaunchUriForResultsForUserAsync

func LauncherLaunchUriForResultsForUserAsync(user *User, uri *foundation.Uri, options *LauncherOptions) (*foundation.IAsyncOperation, error)

func LauncherLaunchUriForResultsWithDataAsync

func LauncherLaunchUriForResultsWithDataAsync(uri *foundation.Uri, options *LauncherOptions, inputData *collections.ValueSet) (*foundation.IAsyncOperation, error)

func LauncherLaunchUriForResultsWithDataForUserAsync

func LauncherLaunchUriForResultsWithDataForUserAsync(user *User, uri *foundation.Uri, options *LauncherOptions, inputData *collections.ValueSet) (*foundation.IAsyncOperation, error)

func LauncherLaunchUriForUserAsync

func LauncherLaunchUriForUserAsync(user *User, uri *foundation.Uri) (*foundation.IAsyncOperation, error)

func LauncherLaunchUriWithDataAsync

func LauncherLaunchUriWithDataAsync(uri *foundation.Uri, options *LauncherOptions, inputData *collections.ValueSet) (*foundation.IAsyncOperation, error)

func LauncherLaunchUriWithDataForUserAsync

func LauncherLaunchUriWithDataForUserAsync(user *User, uri *foundation.Uri, options *LauncherOptions, inputData *collections.ValueSet) (*foundation.IAsyncOperation, error)

func LauncherLaunchUriWithOptionsAsync

func LauncherLaunchUriWithOptionsAsync(uri *foundation.Uri, options *LauncherOptions) (*foundation.IAsyncOperation, error)

func LauncherLaunchUriWithOptionsForUserAsync

func LauncherLaunchUriWithOptionsForUserAsync(user *User, uri *foundation.Uri, options *LauncherOptions) (*foundation.IAsyncOperation, error)

func LauncherQueryAppUriSupportAsync

func LauncherQueryAppUriSupportAsync(uri *foundation.Uri) (*foundation.IAsyncOperation, error)

func LauncherQueryAppUriSupportWithPackageFamilyNameAsync

func LauncherQueryAppUriSupportWithPackageFamilyNameAsync(uri *foundation.Uri, packageFamilyName string) (*foundation.IAsyncOperation, error)

func LauncherQueryFileSupportAsync

func LauncherQueryFileSupportAsync(file *storage.StorageFile) (*foundation.IAsyncOperation, error)

func LauncherQueryFileSupportWithPackageFamilyNameAsync

func LauncherQueryFileSupportWithPackageFamilyNameAsync(file *storage.StorageFile, packageFamilyName string) (*foundation.IAsyncOperation, error)

func LauncherQueryUriSupportAsync

func LauncherQueryUriSupportAsync(uri *foundation.Uri, launchQuerySupportType LaunchQuerySupportType) (*foundation.IAsyncOperation, error)

func LauncherQueryUriSupportWithPackageFamilyNameAsync

func LauncherQueryUriSupportWithPackageFamilyNameAsync(uri *foundation.Uri, launchQuerySupportType LaunchQuerySupportType, packageFamilyName string) (*foundation.IAsyncOperation, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL