volops.h
来自「This directory contains source code for 」· C头文件 代码 · 共 77 行
H
77 行
/*
* Copyright (C) 1992 Transarc Corporation - All rights reserved
*
*/
/* Volume Server ops
*/
#define VOLOP_GetEntryByID 503
#define VOLOP_GetEntryByName 504
#define VOLOP_Probe 514
#define VOLOP_LowestOpcode 100
#define VOLOP_HighestOpcode 128
#define VOLCREATEVOLUME 100
#define VOLDELETEVOLUME 101
#define VOLRESTORE 102
#define VOLFORWARD 103
#define VOLENDTRANS 104
#define VOLCLONE 105
#define VOLSETFLAGS 106
#define VOLGETFLAGS 107
#define VOLTRANSCREATE 108
#define VOLDUMP 109
#define VOLGETNTHVOLUME 110
#define VOLSETFORWARDING 111
#define VOLGETNAME 112
#define VOLGETSTATUS 113
#define VOLSIGRESTORE 114
#define VOLLISTPARTITIONS 115
#define VOLLISTVOLS 116
#define VOLSETIDSTYPES 117
#define VOLMONITOR 118
#define VOLDISKPART 119
#define VOLRECLONE 120
#define VOLLISTONEVOL 121
#define VOLNUKE 122
#define VOLSETDATE 123
#define VOLXLISTVOLS 124
#define VOLXLISTONEVOL 125
#define VOLSETINFO 126
#define VOLXLISTPARTITIONS 127
#define VOLFORWARDMULTIPLE 128
static char *volopstrings[] = {
"CreateVol ",
"DeleteVol ",
"Restore ",
"Forward ",
"EndTrans ",
"Clone ",
"SetFlags ",
"GetFlags ",
"TransCreate ",
"Dump ",
"GetNthVol ",
"SetForward ",
"GetName ",
"GetStatus ",
"SigRestore ",
"ListParts ",
"ListVols ",
"SetIdsTypes ",
"Monitor ",
"DiskPart ",
"ReClone ",
"ListOneVol ",
"Nuke ",
"Setdate ",
"XListVols ",
"XListOneVol ",
"Setinfo ",
"XListParts ",
"ForwardMulti",
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?