Home
last modified time | relevance | path

Searched refs:GPMReportType (Results 1 – 4 of 4) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/GroupPolicy/
H A Dmod.rs223 pub type GPMReportType = i32; typedef
224 pub const repXML: GPMReportType = 0i32;
225 pub const repHTML: GPMReportType = 1i32;
226 pub const repInfraXML: GPMReportType = 2i32;
227 pub const repInfraRefreshXML: GPMReportType = 3i32;
228 pub const repClientHealthXML: GPMReportType = 4i32;
229 pub const repClientHealthRefreshXML: GPMReportType = 5i32;
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dgpmgmt.h491 } GPMReportType; typedef
1045 …virtual HRESULT WINAPI GenerateReportToFile(GPMReportType gpmReportType,BSTR bstrTargetFilePath,IG…
1463 …virtual HRESULT WINAPI GenerateReportToFile(GPMReportType gpmReportType,BSTR bstrTargetFilePath,IG…
1661 …virtual HRESULT WINAPI GenerateReportToFile(GPMReportType gpmReportType,BSTR bstrTargetFilePath,IG…
1701 …HRESULT (WINAPI *GenerateReportToFile)(IGPMGPO *This,GPMReportType gpmReportType,BSTR bstrTargetFi…
2324 virtual HRESULT WINAPI get_ReportHTML(GPMReportType *pVal) = 0;
2325 virtual HRESULT WINAPI get_ReportXML(GPMReportType *pVal) = 0;
2395 HRESULT (WINAPI *get_ReportHTML)(IGPMConstants *This,GPMReportType *pVal);
2396 HRESULT (WINAPI *get_ReportXML)(IGPMConstants *This,GPMReportType *pVal);
2566 HRESULT WINAPI IGPMConstants_get_ReportHTML_Proxy(IGPMConstants *This,GPMReportType *pVal);
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dgpmgmt.h491 } GPMReportType; typedef
1045 …virtual HRESULT WINAPI GenerateReportToFile(GPMReportType gpmReportType,BSTR bstrTargetFilePath,IG…
1463 …virtual HRESULT WINAPI GenerateReportToFile(GPMReportType gpmReportType,BSTR bstrTargetFilePath,IG…
1661 …virtual HRESULT WINAPI GenerateReportToFile(GPMReportType gpmReportType,BSTR bstrTargetFilePath,IG…
1701 …HRESULT (WINAPI *GenerateReportToFile)(IGPMGPO *This,GPMReportType gpmReportType,BSTR bstrTargetFi…
2324 virtual HRESULT WINAPI get_ReportHTML(GPMReportType *pVal) = 0;
2325 virtual HRESULT WINAPI get_ReportXML(GPMReportType *pVal) = 0;
2395 HRESULT (WINAPI *get_ReportHTML)(IGPMConstants *This,GPMReportType *pVal);
2396 HRESULT (WINAPI *get_ReportXML)(IGPMConstants *This,GPMReportType *pVal);
2566 HRESULT WINAPI IGPMConstants_get_ReportHTML_Proxy(IGPMConstants *This,GPMReportType *pVal);
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/GroupPolicy/
H A Dmod.rs287 pub struct GPMReportType(pub i32);
288 pub const repXML: GPMReportType = GPMReportType(0i32);
289 pub const repHTML: GPMReportType = GPMReportType(1i32);
290 pub const repInfraXML: GPMReportType = GPMReportType(2i32);
291 pub const repInfraRefreshXML: GPMReportType = GPMReportType(3i32);
292 pub const repClientHealthXML: GPMReportType = GPMReportType(4i32);
293 pub const repClientHealthRefreshXML: GPMReportType = GPMReportType(5i32);
294 impl ::std::convert::From<i32> for GPMReportType {
299 unsafe impl ::windows::runtime::Abi for GPMReportType {
2094 pub unsafe fn ReportXML(&self) -> ::windows::runtime::Result<GPMReportType> {
[all …]