Searched refs:GetProperties (Results 1 – 7 of 7) sorted by relevance
36 status_t GetProperties(BMessage *properties) const;
150 Don't worry, operations on invalid objects, such as GetProperties(), will257 if (endpoint->GetProperties(&props) == B_OK)299 \sa GetProperties()303 \fn status_t BMidiEndpoint::GetProperties(BMessage* props) const310 if (endpoint->GetProperties(&props) == B_OK)316 Note that GetProperties() overwrites the contents of your BMessage.
54 if (endpoint->GetProperties(&msg) == B_OK) { in EndpointInfo()
184 BMidiEndpoint::GetProperties(BMessage* _properties) const in GetProperties() function in BMidiEndpoint
251 - GetProperties() should return NULL if the message parameter is NULL.254 call GetProperties(). The BMessage that you receive should contain no
255 properties of new endpoints are empty. GetProperties() copies this256 BMessage into the client's BMessage. GetProperties() returns NULL if
407 BMidiEndpoint::GetProperties()