MCPcopy Index your code
hub / github.com/RustPython/RustPython / GetACP

Function GetACP

crates/vm/src/stdlib/_winapi.rs:202–204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200
201 #[pyfunction]
202 fn GetACP() -> u32 {
203 unsafe { windows_sys::Win32::Globalization::GetACP() }
204 }
205
206 #[pyfunction]
207 fn GetCurrentProcess() -> WinHandle {

Callers 2

test_mbcs_code_pageMethod · 0.90
getencodingFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_mbcs_code_pageMethod · 0.72