1 MEDIA_GETID(3VOLMGT) Volume Management Library Functions MEDIA_GETID(3VOLMGT)
2
3
4
5 NAME
6 media_getid - return the id of a piece of media
7
8 SYNOPSIS
9 cc [flag ...] file ...-lvolgmt [library ...]
10
11 #include <volmgt.h>
12
13
14
15 ulonglong_t media_getid(char *vol_path);
16
17
18 DESCRIPTION
19 This function is obsolete. The management of removable media by the
20 Volume Management feature, including vold, has been replaced by
21 software that supports the Hardware Abstraction Layer (HAL).
22 Programmatic support for HAL is through the HAL APIs, which are
23 documented on the HAL web site. See hal(5). The return value of this
24 function is undefined.
25
26
27 media_getid() returns the id of a piece of media. Volume management
28 must be running. See volmgt_running(3VOLMGT).
29
|
1 MEDIA_GETID(3VOLMGT) Volume Management Library Functions MEDIA_GETID(3VOLMGT)
2
3
4
5 NAME
6 media_getid - return the id of a piece of media
7
8 SYNOPSIS
9 cc [flag ...] file ...-lvolmgt [library ...]
10
11 #include <volmgt.h>
12
13
14
15 ulonglong_t media_getid(char *vol_path);
16
17
18 DESCRIPTION
19 This function is obsolete. The management of removable media by the
20 Volume Management feature, including vold, has been replaced by
21 software that supports the Hardware Abstraction Layer (HAL).
22 Programmatic support for HAL is through the HAL APIs, which are
23 documented on the HAL web site. See hal(5). The return value of this
24 function is undefined.
25
26
27 media_getid() returns the id of a piece of media. Volume management
28 must be running. See volmgt_running(3VOLMGT).
29
|