3 instantiations of HGlobalBuffer
ReachFramework (3)
MS\Internal\Printing\Configuration\HGlobalBuffer.cs (1)
19
public static HGlobalBuffer Null = new
HGlobalBuffer
();
MS\Internal\Printing\Configuration\WinSpoolPrinterCapabilities.cs (1)
417
HGlobalBuffer buffer = new
HGlobalBuffer
((int)(numOutputs * itemByteSize));
PrintConfig\FallbackPTProvider.cs (1)
621
HGlobalBuffer pPrinterBuffer = new
HGlobalBuffer
((int)dwNeeded);
12 references to HGlobalBuffer
ReachFramework (12)
MS\Internal\Printing\Configuration\HGlobalBuffer.cs (1)
19
public static
HGlobalBuffer
Null = new HGlobalBuffer();
MS\Internal\Printing\Configuration\WinSpoolPrinterCapabilities.cs (7)
401
private delegate T[] ReadArray<T>(
HGlobalBuffer
buffer, int itemByteSize);
417
HGlobalBuffer
buffer = new HGlobalBuffer((int)(numOutputs * itemByteSize));
434
private uint[] ReadDWORDArray(
HGlobalBuffer
buffer, int itemByteSize)
460
private short[] ReadWORDArray(
HGlobalBuffer
buffer, int itemByteSize)
486
private static DC_RESOLUTION[] ReadDC_RESOLUTIONArray(
HGlobalBuffer
buffer, int itemByteSize)
514
private static DC_PAPER_SIZE[] ReadDC_PAPER_SIZEArray(
HGlobalBuffer
buffer, int itemByteSize)
542
private static string [] ReadUnicodeStringArray(
HGlobalBuffer
buffer, int itemByteSize)
PrintConfig\FallbackPTProvider.cs (4)
614
private bool GetPrinterW(uint dwLevel, Action<
HGlobalBuffer
> action)
621
HGlobalBuffer
pPrinterBuffer = new HGlobalBuffer((int)dwNeeded);
710
public void Callback(
HGlobalBuffer
pPrinterBuffer)
792
public void Callback(
HGlobalBuffer
pPrinterBuffer)