SHCNRF

C# Signature:

[Flags]
enum SHCNRF
{
     InterruptLevel = 0x1,
     ShellLevel = 0x2,
     RecursiveInterrupt = 0x1000,
     NewDelivery = 0x8000,
}

VB Signature:

Declare Function SHCNRF Lib "shell32.dll" (TODO) As TODO

Última actualización