Thread: "CWnd"-"HWnd","CBitmap"-"HBitmap"...., What is mean by "

  1. #1
    Registered User
    Join Date
    Sep 2002
    Posts
    88

    Talking "CWnd"-"HWnd","CBitmap"-"HBitmap"...., What is mean by "

    "CWnd"-"HWnd","CBitmap"-"HBitmap"...., What is the meaning of 'C' & 'H' ???

    Thx~!!
    Last edited by L.O.K.; 12-01-2002 at 08:59 AM.

  2. #2
    Registered User
    Join Date
    Jan 2002
    Posts
    11
    H (ie: hwnd, hmutex, hinstance, ect ..) usually stands for handle, so hwnd is in short, handle to window.

    C (ie: Cwnd, CBitmap) usually stands for class, so Cwnd is class wnd.

    Both are just parts of common Windows notations that make variables easier to identify.

  3. #3
    Registered User
    Join Date
    Sep 2002
    Posts
    88
    Originally posted by Sindol
    H (ie: hwnd, hmutex, hinstance, ect ..) usually stands for handle, so hwnd is in short, handle to window.

    C (ie: Cwnd, CBitmap) usually stands for class, so Cwnd is class wnd.

    Both are just parts of common Windows notations that make variables easier to identify.
    THX.

Popular pages Recent additions subscribe to a feed