SetInt32
void SetInt32(BMessage* msg, const char* name, int32 value);
status_t SetInt32(const char* name, int32 value);
inline status_t SetInt32(const char* name, int32 value);
settings.SetInt32("action", action);
settings.SetInt32("account",
return settings.SetInt32("notification_method", method);
SetInt32(fSetupMsg, "xres", 300);
SetInt32(fSetupMsg, "yres", 300);
SetInt32(fSetupMsg, "orientation", fCurrentOrientation);
SetInt32(fSetupMsg, "units", fMarginView->Unit());
fHoverMessage->SetInt32("value", ValueForPoint(point));
item->Message()->SetInt32("baudrate", baudrate);
void SetInt32(const char* name, int32 value);
settings->SetInt32("PO:Option", fPrintOptions.Option());
fValues.SetInt32(skDefaultSignalFieldName, disposition);
settings.SetInt32("port", port);
message.SetInt32(name, index);
settings.SetInt32(kPartialDownloadLimit,
status = data.SetInt32("family", fFamily);
status = data.SetInt32("flags", fFlags);
status = data.SetInt32("mtu", fMTU);
status = data.SetInt32("metric", fMetric);
status = data.SetInt32("family", fFamily);
status = data.SetInt32("type", fType);
status = data.SetInt32("protocol", fProtocol);
status = data.SetInt32("port", fPort);
Message()->SetInt32("behavior", Behavior());
msg->SetInt32("row", parent->IndexOf(row));
msg->SetInt32("column", LogicalFieldNum());
iterator->second.SetInt32("port", (int32)port);
iterator->second.SetInt32("port", port);
data.SetInt32("port", port);
info.SetInt32("team", job->Team());
status = filter.SetInt32("limit", limit);
gBootParams.SetInt32(BOOT_METHOD, BOOT_METHOD_HARD_DISK);
gBootParams.SetInt32(BOOT_METHOD, BOOT_METHOD_CD);
if (gBootParams.SetInt32(BOOT_METHOD, BOOT_METHOD_NET)
gBootParams.SetInt32(BOOT_METHOD, BOOT_METHOD_HARD_DISK);
if (gBootParams.SetInt32(BOOT_METHOD, BOOT_METHOD_NET) != B_OK
gBootParams.SetInt32(BOOT_METHOD, BOOT_METHOD_NET);
gBootParams.SetInt32(BOOT_METHOD, BOOT_METHOD_HARD_DISK);
status_t SetInt32(const char *name, int32 i);
fPrefs -> SetInt32 ("TargetShelf", targetShelf );
fPrefs -> SetInt32("TargetShelf", targetShelf);
status_t SetInt32(const char *name, int32 i);