Searched defs:ppaMappings (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibSharedFolders.cpp133 * @param ppaMappings Allocated array which will retrieve the mapping info. Needs
135 * @param pcMappings The number of mappings returned in @a ppaMappings.
138 PVBGLR3SHAREDFOLDERMAPPING *ppaMappings, uint32_t *pcMappings)
141 AssertPtrReturn(ppaMappings, VERR_INVALID_PARAMETER);
144 *ppaMappings = NULL;
207 *ppaMappings = ppaMappingsTemp;
137 VbglR3SharedFolderGetMappings(uint32_t u32ClientId, bool fAutoMountOnly, PVBGLR3SHAREDFOLDERMAPPING *ppaMappings, uint32_t *pcMappings) argument

Completed in 76 milliseconds