Home
last modified time | relevance | path

Searched defs:LSTATUS (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/sdk/find_java/src/source/
H A Dfind_java_lib.cpp35 typedef LONG LSTATUS; typedef
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwinreg.h36 typedef LONG LSTATUS; typedef
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs109945 pub type LSTATUS = LONG; typedef
110237 pub fn RegCloseKey(hKey: HKEY) -> LSTATUS; in RegCloseKey()
110240 pub fn RegOverridePredefKey(hKey: HKEY, hNewHKey: HKEY) -> LSTATUS; in RegOverridePredefKey()
110248 ) -> LSTATUS; in RegOpenUserClassesRoot()
110251 pub fn RegOpenCurrentUser(samDesired: REGSAM, phkResult: PHKEY) -> LSTATUS; in RegOpenCurrentUser()
110260 pub fn RegConnectRegistryA(lpMachineName: LPCSTR, hKey: HKEY, phkResult: PHKEY) -> LSTATUS; in RegConnectRegistryA()
110263 pub fn RegConnectRegistryW(lpMachineName: LPCWSTR, hKey: HKEY, phkResult: PHKEY) -> LSTATUS; in RegConnectRegistryW()
110271 ) -> LSTATUS; in RegConnectRegistryExA()
110279 ) -> LSTATUS; in RegConnectRegistryExW()
110282 pub fn RegCreateKeyA(hKey: HKEY, lpSubKey: LPCSTR, phkResult: PHKEY) -> LSTATUS; in RegCreateKeyA()
[all …]