Changeset 26380 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Feb 9, 2010 2:32:55 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57473
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredPoller.cpp
r26374 r26380 217 217 { 218 218 int rc; 219 rc = VbglR3Credentials AreAvailable();219 rc = VbglR3CredentialsQueryAvailability(); 220 220 if (RT_FAILURE(rc)) 221 221 { -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibCredentials.cpp
r26374 r26380 38 38 * VERR_NOT_FOUND if not. Otherwise an error is occured. 39 39 */ 40 VBGLR3DECL(int) VbglR3Credentials AreAvailable(void)40 VBGLR3DECL(int) VbglR3CredentialsQueryAvailability(void) 41 41 { 42 42 VMMDevCredentials Req;
Note:
See TracChangeset
for help on using the changeset viewer.