returnValueMeaning
P171465
predicate
Indicates that one value semantically represents or explains the meaning, interpretation, or role of another value (typically a return value).
All labels observed (4)
| Label | Occurrences |
|---|---|
| returnValueMeaning canonical | 15 |
| booleanReturnMeaning | 2 |
| returnsNonZeroMeaning | 1 |
| returnsZeroMeaning | 1 |
Description generation (PDg)
The one-sentence description above was generated by prompting gpt-5.1 with the predicate name and this instruction.
Instruction
Given a predicate that represents a relationship or action between entities, generate a one-sentence description explaining its meaning. # Instructions Focus on describing the relationship, not the entities themselves. # Response Format Begin the description with \' Indicates...\'
Input
Predicate: returnValueMeaning
Generated description
Indicates that one value semantically represents or explains the meaning, interpretation, or role of another value (typically a return value).
Sample triples (19)
| Subject | Object |
|---|---|
| Ellipse | nonzero if successful ⓘ |
| Ellipse | zero if it fails ⓘ |
| ReadFile | nonzero indicates success ⓘ |
| ReadFile | zero indicates failure ⓘ |
| GetLastError | no extended error information is available via predicate surface "returnsZeroMeaning" ⓘ |
| GetLastError | an error code indicating the last error via predicate surface "returnsNonZeroMeaning" ⓘ |
| GetEnvironmentVariable | number of characters stored in the buffer on success ⓘ |
| GetEnvironmentVariable | required buffer size if buffer is too small ⓘ |
| GetEnvironmentVariable | 0 if the environment variable does not exist or on error ⓘ |
| WaitForSingleObject | the specified object is signaled ⓘ |
| WaitForSingleObject | the time-out interval elapsed ⓘ |
| WaitForSingleObject | the wait was satisfied by an abandoned mutex object ⓘ |
| WaitForSingleObject | the function failed ⓘ |
| ChooseColor | nonzero indicates success ⓘ |
| ChooseColor | zero indicates failure or user cancel ⓘ |
| PageSetupDlg | nonzero indicates success ⓘ |
| PageSetupDlg | zero indicates failure or cancel ⓘ |
| Vibration API | true if vibration request is accepted via predicate surface "booleanReturnMeaning" ⓘ |
| Vibration API | false if vibration request is rejected via predicate surface "booleanReturnMeaning" ⓘ |