Home
last modified time | relevance | path

Searched refs:Persist (Results 1 – 7 of 7) sorted by relevance

/reactos/base/applications/network/net/
H A DcmdUse.c173 BOOL Persist = FALSE; in cmdUse() local
209 Persist = FALSE; in cmdUse()
213 Persist = TRUE; in cmdUse()
233 …Status = WNetUseConnection(NULL, &lpNet, NULL, NULL, CONNECT_REDIRECT | (Persist ? CONNECT_UPDATE_… in cmdUse()
/reactos/modules/rostests/winetests/advapi32/
H A Dcred.c87 new_cred.Persist = CRED_PERSIST_ENTERPRISE; in test_CredWriteA()
126 new_cred.Persist = CRED_PERSIST_LOCAL_MACHINE; in test_CredWriteA()
144 new_cred.Persist = CRED_PERSIST_SESSION; in test_CredWriteA()
278 new_cred.Persist = CRED_PERSIST_ENTERPRISE; in test_generic()
306 …ok(creds[i]->Persist, "expected creds[%d]->Persist CRED_PERSIST_ENTERPRISE but got %d\n", i, creds… in test_generic()
337 new_cred.Persist = CRED_PERSIST_ENTERPRISE; in test_domain_password()
362 …ok(creds[i]->Persist, "expected creds[%d]->Persist CRED_PERSIST_ENTERPRISE but got %d\n", i, creds… in test_domain_password()
/reactos/dll/win32/advapi32/wine/
H A Dcred.c284 count = sizeof(credential->Persist); in registry_read_credential()
285 ret = RegQueryValueExW(hkey, wszPersistValue, NULL, &type, (LPVOID)&credential->Persist, in registry_read_credential()
344 credential->Persist = CRED_PERSIST_LOCAL_MACHINE; in mac_read_credential_from_item()
528 sizeof(credential->Persist)); in registry_write_credential()
566 if (credential->Persist != CRED_PERSIST_LOCAL_MACHINE) in mac_write_credential()
567 FIXME("persist value of %d not supported\n", credential->Persist); in mac_write_credential()
1015 CredentialA->Persist = CredentialW->Persist; in convert_PCREDENTIALW_to_PCREDENTIALA()
1104 CredentialW->Persist = CredentialA->Persist; in convert_PCREDENTIALA_to_PCREDENTIALW()
1843 TRACE("Credential->Persist = %u\n", Credential->Persist); in CredWriteW()
1850 (Credential->Persist == CRED_PERSIST_ENTERPRISE && in CredWriteW()
[all …]
/reactos/sdk/include/psdk/
H A Dwincred.h75 DWORD Persist; member
91 DWORD Persist; member
H A Dntdddisk.h847 BOOLEAN Persist; member
869 BOOLEAN Persist; member
/reactos/modules/rostests/winetests/atl100/
H A Datl.c503 static IPersist Persist = { &PersistVtbl }; variable
562 *ppv = &Persist; in Dispatch_QueryInterface()
/reactos/dll/win32/credui/
H A Dcredui_main.c118 cred.Persist = CRED_PERSIST_ENTERPRISE; in save_credentials()