Share via


OomUICallback_NonClientPaint (Compact 2013)

3/28/2014

This function is called by the Oomui component to paint the nonclient area of either the Out of Memory window or the Not Responding window.

Syntax

VOID OomUICallback_NonClientPaint( 
  HWND hwnd 
);

Parameters

  • hwnd
    Handle of the window.

Return Value

None.

Remarks

This function is not implemented by the Oomui component. It is used by the Oomui component.

.

Header: Oomui.h.

Requirements

Header

oomui.h

See Also

Reference

Out of Memory User Interface Functions