OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dwAccess
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/src/fxcrt/
fxcrt_windows.cpp
30
void FXCRT_Windows_GetFileMode(FX_DWORD dwMode, FX_DWORD &
dwAccess
, FX_DWORD &dwShare, FX_DWORD &dwCreation)
32
dwAccess
= GENERIC_READ;
35
dwAccess
|= GENERIC_WRITE;
62
FX_DWORD
dwAccess
, dwShare, dwCreation;
63
FXCRT_Windows_GetFileMode(dwMode,
dwAccess
, dwShare, dwCreation);
64
m_hFile = ::CreateFileA(fileName.GetCStr(),
dwAccess
, dwShare, NULL, dwCreation, FILE_ATTRIBUTE_NORMAL, NULL);
75
FX_DWORD
dwAccess
, dwShare, dwCreation;
76
FXCRT_Windows_GetFileMode(dwMode,
dwAccess
, dwShare, dwCreation);
77
m_hFile = ::CreateFileW((LPCWSTR)fileName.GetPtr(),
dwAccess
, dwShare, NULL, dwCreation, FILE_ATTRIBUTE_NORMAL, NULL);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bidispl.h
177
virtual HRESULT WINAPI BindDevice(const LPCWSTR pszDeviceName,const DWORD
dwAccess
) = 0;
188
HRESULT (WINAPI *BindDevice)(IBidiSpl *This,const LPCWSTR pszDeviceName,const DWORD
dwAccess
);
201
#define IBidiSpl_BindDevice(This,pszDeviceName,
dwAccess
) (This)->lpVtbl->BindDevice(This,pszDeviceName,
dwAccess
)
207
HRESULT WINAPI IBidiSpl_BindDevice_Proxy(IBidiSpl *This,const LPCWSTR pszDeviceName,const DWORD
dwAccess
);
mq.h
598
HRESULT WINAPI MQOpenQueue(LPCWSTR lpwcsFormatName,DWORD
dwAccess
,DWORD dwShareMode,QUEUEHANDLE *phQueue);
wininet.h
684
INTERNETAPI_(HINTERNET) FtpOpenFileA(HINTERNET hConnect,LPCSTR lpszFileName,DWORD
dwAccess
,DWORD dwFlags,DWORD_PTR dwContext);
685
INTERNETAPI_(HINTERNET) FtpOpenFileW(HINTERNET hConnect,LPCWSTR lpszFileName,DWORD
dwAccess
,DWORD dwFlags,DWORD_PTR dwContext);
[
all
...]
Completed in 2011 milliseconds