OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pszusername
(Results
1 - 12
of
12
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ratings.h
15
STDAPI RatingEnable(HWND hwndParent,LPCSTR
pszUsername
,WINBOOL fEnable);
16
STDAPI RatingEnableW(HWND hwndParent, LPCWSTR
pszUsername
, WINBOOL fEnable);
17
STDAPI RatingCheckUserAccess(LPCSTR
pszUsername
,LPCSTR pszURL,LPCSTR pszRatingInfo,LPBYTE pData,DWORD cbData,void **ppRatingDetails);
18
STDAPI RatingCheckUserAccessW(LPCWSTR
pszUsername
, LPCWSTR pszURL, LPCWSTR pszRatingInfo, LPBYTE pData, DWORD cbData, void **ppRatingDetails);
19
STDAPI RatingAccessDeniedDialog(HWND hDlg,LPCSTR
pszUsername
,LPCSTR pszContentDescription,void *pRatingDetails);
20
STDAPI RatingAccessDeniedDialog2(HWND hDlg,LPCSTR
pszUsername
,void *pRatingDetails);
21
STDAPI RatingAccessDeniedDialogW(HWND hDlg, LPCWSTR
pszUsername
, LPCWSTR pszContentDescription, void *pRatingDetails);
26
STDAPI RatingSetupUI(HWND hDlg,LPCSTR
pszUsername
);
27
STDAPI RatingSetupUIW (HWND hDlg, LPCWSTR
pszUsername
);
wincred.h
298
CREDUIAPI DWORD WINAPI CredUIPromptForCredentialsW(PCREDUI_INFOW pUiInfo,PCWSTR pszTargetName,PCtxtHandle pContext,DWORD dwAuthError,PWSTR
pszUserName
,ULONG ulUserNameBufferSize,PWSTR pszPassword,ULONG ulPasswordBufferSize,WINBOOL *save,DWORD dwFlags);
299
CREDUIAPI DWORD WINAPI CredUIPromptForCredentialsA(PCREDUI_INFOA pUiInfo,PCSTR pszTargetName,PCtxtHandle pContext,DWORD dwAuthError,PSTR
pszUserName
,ULONG ulUserNameBufferSize,PSTR pszPassword,ULONG ulPasswordBufferSize,WINBOOL *save,DWORD dwFlags);
306
CREDUIAPI DWORD WINAPI CredUIStoreSSOCredW (PCWSTR pszRealm,PCWSTR
pszUsername
,PCWSTR pszPassword,WINBOOL bPersist);
359
LPSTR
pszUserName
,
367
LPWSTR
pszUserName
,
419
LPSTR
pszUserName
,
431
LPWSTR
pszUserName
,
davclnt.h
37
LPWSTR
pszUserName
;
winnetwk.h
267
typedef UINT (WINAPI *PFNGETPROFILEPATHA) (LPCSTR
pszUsername
,LPSTR pszBuffer,UINT cbBuffer);
268
typedef UINT (WINAPI *PFNGETPROFILEPATHW) (LPCWSTR
pszUsername
,LPWSTR pszBuffer,UINT cbBuffer);
280
typedef WINBOOL (WINAPI *PFNPROCESSPOLICIESA) (HWND hwnd,LPCSTR pszPath,LPCSTR
pszUsername
,LPCSTR pszComputerName,DWORD dwFlags);
281
typedef WINBOOL (WINAPI *PFNPROCESSPOLICIESW) (HWND hwnd,LPCWSTR pszPath,LPCWSTR
pszUsername
,LPCWSTR pszComputerName,DWORD dwFlags);
winwlx.h
81
PWSTR
pszUserName
;
100
PWSTR
pszUserName
;
108
PWSTR
pszUserName
;
dsclient.h
113
STDMETHOD(SetComputer)(THIS_ LPCWSTR pszComputerName,LPCWSTR
pszUserName
,LPCWSTR pszPassword) PURE;
150
STDMETHOD(SetServer)(THIS_ LPCWSTR pszServer,LPCWSTR
pszUserName
,LPCWSTR pszPassword,DWORD dwFlags) PURE;
userenv.h
76
USERENVAPI HRESULT WINAPI CreateProfile (LPCWSTR pszUserSid, LPCWSTR
pszUserName
, LPWSTR pszProfilePath, DWORD cchProfilePath);
svrapi.h
27
extern API_FUNCTION NetAccessCheck (char *pszReserved,char *
pszUserName
,char *pszResource,unsigned short usOperation,unsigned short *pusResult);
urlmon.h
[
all
...]
hlink.h
103
STDAPI HlinkCreateExtensionServices(LPCWSTR pwzAdditionalHeaders,HWND phwnd,LPCWSTR
pszUsername
,LPCWSTR pszPassword,IUnknown *piunkOuter,REFIID riid,void **ppvObj);
[
all
...]
shobjidl.h
[
all
...]
wincrypt.h
[
all
...]
Completed in 685 milliseconds