VirtualBox

Ignore:
Timestamp:
Jul 4, 2017 11:42:31 AM (7 years ago)
Author:
vboxsync
Message:

Additions/VBoxCredProv: Fixes for Windows 10 guests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProvCredential.h

    r66109 r67772  
    8787    /** @} */
    8888
     89    HRESULT resetField(DWORD dwFieldID);
    8990    HRESULT Reset(void);
    9091    HRESULT Initialize(CREDENTIAL_PROVIDER_USAGE_SCENARIO cpus);
     
    109110    /** The usage scenario for which we were enumerated. */
    110111    CREDENTIAL_PROVIDER_USAGE_SCENARIO    m_enmUsageScenario;
    111     /** The actual credential strings. */
    112     PRTUTF16                              m_apwszCredentials[VBOXCREDPROV_NUM_FIELDS];
     112    /** The actual credential provider fields.
     113     *  Must be allocated as long as the credential provider is in charge. */
     114    PRTUTF16                              m_apwszFields[VBOXCREDPROV_NUM_FIELDS];
    113115    /** Pointer to event handler. */
    114116    ICredentialProviderCredentialEvents  *m_pEvents;
    115117    /** Flag indicating whether credentials already were retrieved. */
    116118    bool                                  m_fHaveCreds;
     119    /** Flag indicating wheter a profile (user tile) current is selected or not. */
     120    bool                                  m_fIsSelected;
    117121};
    118122#endif /* !___VBOX_CREDPROV_CREDENTIAL_H___ */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette