Previous[ | Contents] | Index |
CVDE$ShowFacilities displays facilities within the specified stream.
CVDE$ShowFacilities context, itemlist, callback, callbackparam, flags
context
VMS usage: type: longword integer (signed) access: read-write mechanism: by reference
=This is the address of a longword used by VDE to reference a -context structure. This longword is optional.GIf this argument is specified, the first call must pass in the address <of a longword zero. Once a VDE routine has been called, the @contents of the address referenced by this longword must not be modified by the caller.
itemlist
VMS usage: type: itemlist access: read only mechanism: by reference
9This is the address of an array of OpenVMS itemlist data structures.
"struct VDEIL3 { ) unsigned short int VDE$W_ITEMLENGTH; ' unsigned short int VDE$W_ITEMCODE; char *VDE$A_ITEMPOINTER; ' short int *VDE$A_ITEMRETURNLENGTH; };FThe itemlist array must be terminated by a null-filled itemlist entry.
`See Table C-1 for a list of the itemlist codes.
callback
VMS usage: type: function access: read only mechanism: by reference
BThe callback routine is called to process individual entries in a Fdisplay operation. It is passed an itemlist containing information on Geach individual entry---the itemlist passed to the callback routine is Adistinct and seperate from the itemlist passed into the original Crequest, though it does contain a pointer to the caller's original itemlist.>An example of the declaration of the callback routine follows:
"7int VDE$InterfaceTestShow( int, struct VDEIL3 *, int )EThe first argument is not currently used. The second argument is the Faddress of the itemlist. The third argument is the callback parameter.
4The callback should return a successful status code.
callbackparam
VMS usage: type: longword access: read only mechanism: by value
BThe callback parameter is a longword value passed to the callback =routine. It is not interpreted by VDE. The interpretation of #the longword is left to the caller.flags
VMS usage: type: longword integer (signed) access: read-only mechanism: by value
GThis is a bitflag and all unused bits should be specified as zero. The Donly bit currently defined is VDE$V_CI_FLAG_SIGNAL: this bit causes >internal signals to generate text messages to SYS$OUTPUT: and CSYS$ERROR:. If clear---the default---no messages will be displayed.
HVDE$ShowFacilities displays the facilities within the specified library Dand stream. Each facility located results in a call to the callback Broutine. To perform the operation, the library and stream must be specified.5As parameters specified to VDE callback routines are F"sticky", if a required parameter is not specified, it will 4be defaulted to the value used on a preceeding call.
#
|
+this section under construction...
?VDE$ShowProjects displays projects within the specified stream.
GVDE$ShowProjects context, itemlist, callback, callbackparam, flags
context
VMS usage: type: longword integer (signed) access: read-write mechanism: by reference
=This is the address of a longword used by VDE to reference a -context structure. This longword is optional.GIf this argument is specified, the first call must pass in the address <of a longword zero. Once a VDE routine has been called, the @contents of the address referenced by this longword must not be modified by the caller.
itemlist
VMS usage: type: itemlist access: read only mechanism: by reference
9This is the address of an array of OpenVMS itemlist data structures.
"struct VDEIL3 { ) unsigned short int VDE$W_ITEMLENGTH; ' unsigned short int VDE$W_ITEMCODE; char *VDE$A_ITEMPOINTER; ' short int *VDE$A_ITEMRETURNLENGTH; };FThe itemlist array must be terminated by a null-filled itemlist entry.
`See Table C-1 for a list of the itemlist codes.
callback
VMS usage: type: function access: read only mechanism: by reference
BThe callback routine is called to process individual entries in a Fdisplay operation. It is passed an itemlist containing information on Geach individual entry---the itemlist passed to the callback routine is Adistinct and seperate from the itemlist passed into the original Crequest, though it does contain a pointer to the caller's original itemlist.>An example of the declaration of the callback routine follows:
"7int VDE$InterfaceTestShow( int, struct VDEIL3 *, int )EThe first argument is not currently used. The second argument is the Faddress of the itemlist. The third argument is the callback parameter.
4The callback should return a successful status code.
callbackparam
VMS usage: type: longword access: read only mechanism: by value
BThe callback parameter is a longword value passed to the callback =routine. It is not interpreted by VDE. The interpretation of #the longword is left to the caller.flags
VMS usage: type: longword integer (signed) access: read-only mechanism: by value
GThis is a bitflag and all unused bits should be specified as zero. The Donly bit currently defined is VDE$V_CI_FLAG_SIGNAL: this bit causes >internal signals to generate text messages to SYS$OUTPUT: and CSYS$ERROR:. If clear---the default---no messages will be displayed.
HVDE$ShowProjects displays the projects within the specified library and @stream. Each facility located results in a call to the callback Broutine. To perform the operation, the library and stream must be specified.5As parameters specified to VDE callback routines are F"sticky", if a required parameter is not specified, it will 4be defaulted to the value used on a preceeding call.
#
|
+this section under construction...
AVDE$ShowLibrary displays information about the specified library.
FVDE$ShowLibrary context, itemlist, callback, callbackparam, flags
context
VMS usage: type: longword integer (signed) access: read-write mechanism: by reference
=This is the address of a longword used by VDE to reference a -context structure. This longword is optional.GIf this argument is specified, the first call must pass in the address <of a longword zero. Once a VDE routine has been called, the @contents of the address referenced by this longword must not be modified by the caller.
itemlist
VMS usage: type: itemlist access: read only mechanism: by reference
9This is the address of an array of OpenVMS itemlist data structures.
"struct VDEIL3 { ) unsigned short int VDE$W_ITEMLENGTH; ' unsigned short int VDE$W_ITEMCODE; char *VDE$A_ITEMPOINTER; ' short int *VDE$A_ITEMRETURNLENGTH; };FThe itemlist array must be terminated by a null-filled itemlist entry.
`See Table C-1 for a list of the itemlist codes.
callback
VMS usage: type: function access: read only mechanism: by reference
BThe callback routine is called to process individual entries in a Fdisplay operation. It is passed an itemlist containing information on Geach individual entry---the itemlist passed to the callback routine is Adistinct and seperate from the itemlist passed into the original Crequest, though it does contain a pointer to the caller's original itemlist.>An example of the declaration of the callback routine follows:
"7int VDE$InterfaceTestShow( int, struct VDEIL3 *, int )EThe first argument is not currently used. The second argument is the Faddress of the itemlist. The third argument is the callback parameter.
4The callback should return a successful status code.
callbackparam
VMS usage: type: longword access: read only mechanism: by value
BThe callback parameter is a longword value passed to the callback =routine. It is not interpreted by VDE. The interpretation of #the longword is left to the caller.flags
VMS usage: type: longword integer (signed) access: read-only mechanism: by value
GThis is a bitflag and all unused bits should be specified as zero. The Donly bit currently defined is VDE$V_CI_FLAG_SIGNAL: this bit causes >internal signals to generate text messages to SYS$OUTPUT: and CSYS$ERROR:. If clear---the default---no messages will be displayed.
BVDE$ShowLibrary displays information about the specified library. GInformation is returned via a call to the callback routine. To perform -the operation, the library must be specified.5As parameters specified to VDE callback routines are F"sticky", if a required parameter is not specified, it will 4be defaulted to the value used on a preceeding call.
#
|
+this section under construction...
3VDE$ShowModules displays modules within a facility.
FVDE$ShowModules context, itemlist, callback, callbackparam, flags
context
VMS usage: type: longword integer (signed) access: read-write mechanism: by reference
=This is the address of a longword used by VDE to reference a -context structure. This longword is optional.GIf this argument is specified, the first call must pass in the address <of a longword zero. Once a VDE routine has been called, the @contents of the address referenced by this longword must not be modified by the caller.
itemlist
VMS usage: type: itemlist access: read only mechanism: by reference
9This is the address of an array of OpenVMS itemlist data structures.
"struct VDEIL3 { ) unsigned short int VDE$W_ITEMLENGTH; ' unsigned short int VDE$W_ITEMCODE; char *VDE$A_ITEMPOINTER; ' short int *VDE$A_ITEMRETURNLENGTH; };FThe itemlist array must be terminated by a null-filled itemlist entry.
`See Table C-1 for a list of the itemlist codes.
callback
VMS usage: type: function access: read only mechanism: by reference
BThe callback routine is called to process individual entries in a Fdisplay operation. It is passed an itemlist containing information on Geach individual entry---the itemlist passed to the callback routine is Adistinct and seperate from the itemlist passed into the original Crequest, though it does contain a pointer to the caller's original itemlist.>An example of the declaration of the callback routine follows:
"7int VDE$InterfaceTestShow( int, struct VDEIL3 *, int )EThe first argument is not currently used. The second argument is the Faddress of the itemlist. The third argument is the callback parameter.
4The callback should return a successful status code.
callbackparam
VMS usage: type: longword access: read only mechanism: by value
BThe callback parameter is a longword value passed to the callback =routine. It is not interpreted by VDE. The interpretation of #the longword is left to the caller.flags
VMS usage: type: longword integer (signed) access: read-only mechanism: by value
GThis is a bitflag and all unused bits should be specified as zero. The Donly bit currently defined is VDE$V_CI_FLAG_SIGNAL: this bit causes >internal signals to generate text messages to SYS$OUTPUT: and CSYS$ERROR:. If clear---the default---no messages will be displayed.
GVDE$ShowModules displays all modules within a specified facility. Each Emodule located results in a call to the callback routine. To perform ?the operation, the library, stream and facility module must be specified.5As parameters specified to VDE callback routines are F"sticky", if a required parameter is not specified, it will 4be defaulted to the value used on a preceeding call.
#
|
+this section under construction...
-VDE$ShowStreams fetches the specified module.
FVDE$ShowStreams context, itemlist, callback, callbackparam, flags
context
VMS usage: type: longword integer (signed) access: read-write mechanism: by reference
=This is the address of a longword used by VDE to reference a -context structure. This longword is optional.GIf this argument is specified, the first call must pass in the address <of a longword zero. Once a VDE routine has been called, the @contents of the address referenced by this longword must not be modified by the caller.
itemlist
VMS usage: type: itemlist access: read only mechanism: by reference
9This is the address of an array of OpenVMS itemlist data structures.
"struct VDEIL3 { ) unsigned short int VDE$W_ITEMLENGTH; ' unsigned short int VDE$W_ITEMCODE; char *VDE$A_ITEMPOINTER; ' short int *VDE$A_ITEMRETURNLENGTH; };FThe itemlist array must be terminated by a null-filled itemlist entry.
`See Table C-1 for a list of the itemlist codes.
callback
VMS usage: type: function access: read only mechanism: by reference
BThe callback routine is called to process individual entries in a Fdisplay operation. It is passed an itemlist containing information on Geach individual entry---the itemlist passed to the callback routine is Adistinct and seperate from the itemlist passed into the original Crequest, though it does contain a pointer to the caller's original itemlist.>An example of the declaration of the callback routine follows:
"7int VDE$InterfaceTestShow( int, struct VDEIL3 *, int )EThe first argument is not currently used. The second argument is the Faddress of the itemlist. The third argument is the callback parameter.
4The callback should return a successful status code.
callbackparam
VMS usage: type: longword access: read only mechanism: by value
BThe callback parameter is a longword value passed to the callback =routine. It is not interpreted by VDE. The interpretation of #the longword is left to the caller.flags
VMS usage: type: longword integer (signed) access: read-only mechanism: by value
GThis is a bitflag and all unused bits should be specified as zero. The Donly bit currently defined is VDE$V_CI_FLAG_SIGNAL: this bit causes >internal signals to generate text messages to SYS$OUTPUT: and CSYS$ERROR:. If clear---the default---no messages will be displayed.
GVDE$ShowStreams displays the streams present in the specified library. BEach stream located results in a call to the callback routine. To 5perform the operation, the library must be specified.5As parameters specified to VDE callback routines are F"sticky", if a required parameter is not specified, it will 4be defaulted to the value used on a preceeding call.
#
|
q
PreviousX Next[ Contents] Index