undocumented 0.0.6

Provides some declarations to undocumented Windows API functions


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

Undocumented translated function declarations from C to D

Using anything in this repo comes with absolutely no warranty. \ Your home might burn to the ground and destabilize society if you use this.

Example usage for dnsapi:

dub add undocumented
import std.stdio;
import dnsapi;

void main()
{
	writeln("Flushed dns cache: ", DnsFlushResolverCache() ? "Success" : "Failed");
}
Authors:
  • johan.forsberg
Dependencies:
none
Versions:
0.0.6 2023-Nov-01
0.0.5 2023-Nov-01
0.0.4 2023-Nov-01
0.0.3 2023-Nov-01
0.0.2 2023-Nov-01
Show all 7 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 17 downloads total

Score:
0.3
Short URL:
undocumented.dub.pm