aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ccapi/windows/cacheapi.def
blob: c54cc1106895b6b70182272e51c28d93c36ed4fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
EXPORTS
	; ccapi v3 only exports one function
        cc_initialize			@14

	; ccapi v2 compatibility functions
        cc_close 			@2
        cc_create			@3
        cc_destroy			@4
        cc_free_NC_info			@5
        cc_free_creds			@6
        cc_free_name			@7
        cc_free_principal		@8
        cc_get_NC_info			@9
        cc_get_change_time		@10
        cc_get_cred_version		@11
        cc_get_name			@12
        cc_get_principal		@13
        cc_lock_request			@15
        cc_open				@16
        cc_remove_cred			@17
        cc_seq_fetch_NCs_begin		@18
        cc_seq_fetch_NCs_end		@19
        cc_seq_fetch_NCs_next		@20
        cc_seq_fetch_creds_begin	@21
        cc_seq_fetch_creds_end		@22
        cc_seq_fetch_creds_next		@23
        cc_set_principal		@24
        cc_shutdown			@25
        cc_store			@26