Name

VixDiskLib_ListTransportModes

Description

const char *
VixDiskLib_ListTransportModes(void);

Get a list of transport modes known to VixDiskLib. This list is used as the default if you call VixDiskLib_ConnectEx() with transportModes set to NULL.

The list of transport modes is a colon-separated string, "file:san:hotadd:nbd" for example. See VixDiskLib_ConnectEx() for more details.

Parameters

none

Return Value

Returns a string that is a list of plugins. The caller must not free the string.

Example

   printf("Choice of transport modes: %s\n", VixDiskLib_ListTransportModes());

Copyright (C) 2007-2018 VMware, Inc. All rights reserved.