3 instantiations of HGlobalBuffer
ReachFramework (3)
MS\Internal\Printing\Configuration\HGlobalBuffer.cs (1)
20public static HGlobalBuffer Null = new HGlobalBuffer();
MS\Internal\Printing\Configuration\WinSpoolPrinterCapabilities.cs (1)
421HGlobalBuffer buffer = new HGlobalBuffer((int)(numOutputs * itemByteSize));
PrintConfig\FallbackPTProvider.cs (1)
625HGlobalBuffer pPrinterBuffer = new HGlobalBuffer((int)dwNeeded);
12 references to HGlobalBuffer
ReachFramework (12)
MS\Internal\Printing\Configuration\HGlobalBuffer.cs (1)
20public static HGlobalBuffer Null = new HGlobalBuffer();
MS\Internal\Printing\Configuration\WinSpoolPrinterCapabilities.cs (7)
405private delegate T[] ReadArray<T>(HGlobalBuffer buffer, int itemByteSize); 421HGlobalBuffer buffer = new HGlobalBuffer((int)(numOutputs * itemByteSize)); 438private uint[] ReadDWORDArray(HGlobalBuffer buffer, int itemByteSize) 464private short[] ReadWORDArray(HGlobalBuffer buffer, int itemByteSize) 490private static DC_RESOLUTION[] ReadDC_RESOLUTIONArray(HGlobalBuffer buffer, int itemByteSize) 518private static DC_PAPER_SIZE[] ReadDC_PAPER_SIZEArray(HGlobalBuffer buffer, int itemByteSize) 546private static string [] ReadUnicodeStringArray(HGlobalBuffer buffer, int itemByteSize)
PrintConfig\FallbackPTProvider.cs (4)
618private bool GetPrinterW(uint dwLevel, Action<HGlobalBuffer> action) 625HGlobalBuffer pPrinterBuffer = new HGlobalBuffer((int)dwNeeded); 717public void Callback(HGlobalBuffer pPrinterBuffer) 799public void Callback(HGlobalBuffer pPrinterBuffer)