mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
25 lines
932 B
C#
25 lines
932 B
C#
public enum EEndpointHostAction
|
|
{
|
|
eEndpointHostActionCount = 21,
|
|
eEndpointHostActionResetGasGauge = 20,
|
|
eEndpointHostActionClearManualModeRules = 19,
|
|
eEndpointHostActionClearRules = 18,
|
|
eEndpointHostActionCancelBackgroundTranscode = 17,
|
|
eEndpointHostActionStartBackgroundTranscode = 0x10,
|
|
eEndpointHostActionCancelSync = 0xF,
|
|
eEndpointHostActionStartSyncNextNotify = 14,
|
|
eEndpointHostActionStartSync = 13,
|
|
eEndpointHostActionForgetEndpoint = 12,
|
|
eEndpointHostActionGetLocalizedDisplayName = 11,
|
|
eEndpointHostActionGetSpecialFolderForPath = 10,
|
|
eEndpointHostActionLocalizeDevicePath = 9,
|
|
eEndpointHostActionMapLocalPathToDevice = 8,
|
|
eEndpointHostActionForceAppUpdate = 7,
|
|
eEndpointHostActionCommitFirmware = 6,
|
|
eEndpointHostActionIngestMetadataAsync = 4,
|
|
eEndpointHostActionHandleRemoval = 3,
|
|
eEndpointHostActionFormat = 2,
|
|
eEndpointHostActionCompleteConnection = 1,
|
|
eEndpointHostActionEstablishConnection = 0
|
|
}
|