BOOL LoadBitmap( LPCTSTR lpszResourceName );BOOL LoadBitmap( UINT nIDResource );Return ValueNonzero if successful; otherwise 0.ParameterslpszResourceNamePoints to a null-terminated string that contains the name of the bitmap resource.nIDResourceSpecifies the resource ID number of the bitmap resource.