formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | File

fzrt_file_get_vspec_type

Description

Gets the type of the disk volume specified by the file locator. The type of the disk volume specifies whether the volume is located on a network, a local fixed disk, or a CD-ROM.

Plugin Prototype

fzrt_error_td fzrt_file_get_vspec_type(

fzrt_floc_ptr

floc,

fzrt_volm_type_enum *

volume_type )

Parameters

floc [Input]

pointer to a file or folder locator

volume_type [Result]

pointer to volm_type enum that receives the disk volume type

Returns

FZRT_NOERR on success, Otherwise, an error ID.

Availability

5.0.0.0

Function Set

fz_fzrt_file_fset


Defined in

fzrt_api.h